Start terminal on login
This commit is contained in:
parent
1bcab0ddcb
commit
5f03812657
2 changed files with 2 additions and 1 deletions
1
.xinitrc
1
.xinitrc
|
@ -11,4 +11,5 @@ xsetroot -solid \#202020
|
||||||
xmodmap $HOME/.Xmodmap
|
xmodmap $HOME/.Xmodmap
|
||||||
feh --bg-fill $HOME/Images/desktop.jpg || true
|
feh --bg-fill $HOME/Images/desktop.jpg || true
|
||||||
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
|
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
|
||||||
|
st tmux attach -t0 &
|
||||||
exec dwm
|
exec dwm
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -68,7 +68,7 @@ function _dln_prompt_left {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _dln_prompt_right {
|
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%}"
|
echo -e " %{\e[38;5;16;48;5;30m%} ${_tmux_win} %{\e[0m%}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue