Change default terminal from termite to st

This commit is contained in:
David Thurstenson 2016-10-24 15:51:27 -05:00
parent 487890f71d
commit 63ca6497ee
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ fi
[ -s /usr/bin/numlockx ] && numlockx on
# 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"
session=${1:-i3}