Change default terminal from termite to st
This commit is contained in:
parent
487890f71d
commit
63ca6497ee
2
.xinitrc
2
.xinitrc
|
@ -48,7 +48,7 @@ fi
|
||||||
[ -s /usr/bin/numlockx ] && numlockx on
|
[ -s /usr/bin/numlockx ] && numlockx on
|
||||||
|
|
||||||
# Set termite up to launch tmux on $mod+Enter in i3
|
# Set termite up to launch tmux on $mod+Enter in i3
|
||||||
export TERMINAL=~/.config/i3/launch-termite.sh
|
export TERMINAL=~/.config/i3/launch-st.sh
|
||||||
|
|
||||||
# If $1 isn't set, use "i3"
|
# If $1 isn't set, use "i3"
|
||||||
session=${1:-i3}
|
session=${1:-i3}
|
||||||
|
|
Loading…
Reference in New Issue