Start terminal on login

This commit is contained in:
Daniel Lundin 2018-01-23 14:06:10 +01:00
parent 1bcab0ddcb
commit 5f03812657
2 changed files with 2 additions and 1 deletions

View file

@ -11,4 +11,5 @@ xsetroot -solid \#202020
xmodmap $HOME/.Xmodmap
feh --bg-fill $HOME/Images/desktop.jpg || true
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
st tmux attach -t0 &
exec dwm

2
.zshrc
View file

@ -68,7 +68,7 @@ function _dln_prompt_left {
}
function _dln_prompt_right {
_tmux_win=`tmux display-message -p "#I"`
_tmux_win=`tmux display-message -p "#I" 2>/dev/null`
echo -e " %{\e[38;5;16;48;5;30m%} ${_tmux_win} %{\e[0m%}"
}