+ Use $TERMINAL instead of specifying the terminal (Because i'm now

using zshenv)
This commit is contained in:
ziro 2020-05-13 09:02:43 +07:00
parent 9ac7ad05c1
commit 4709d15ef1
2 changed files with 3 additions and 2 deletions

View file

@ -4,9 +4,9 @@
# terminal emulator # terminal emulator
super + Return super + Return
st $TERMINAL
super + alt + t super + alt + t
st $TERMINAL
# program launcher # program launcher
super + space super + space

View file

@ -11,6 +11,7 @@ else
fi fi
export BROWSER='firefox' export BROWSER='firefox'
export TERMINAL='st' export TERMINAL='st'
export READER='zathura'
# vim as manpager # vim as manpager
export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\"" export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""