No longer depend on i3-sensible-terminal for main terminal emulator launching
This commit is contained in:
parent
597b9c8ea0
commit
72ffcb2e24
4
.xinitrc
4
.xinitrc
|
@ -62,8 +62,8 @@ xset +dpms dpms 0 0 0
|
|||
# If numlockx is installed, turn numlock on
|
||||
[ -s /usr/bin/numlockx ] && numlockx on
|
||||
|
||||
# Set st up to launch tmux on $mod+Enter in i3
|
||||
export TERMINAL=~/.config/i3/launch-st.sh
|
||||
# Set st up as the default terminal for i3-sensible-terminal
|
||||
export TERMINAL=st
|
||||
|
||||
# If $1 isn't set, use "i3"
|
||||
session=${1:-i3}
|
||||
|
|
Loading…
Reference in New Issue