+ 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
super + Return
st
$TERMINAL
super + alt + t
st
$TERMINAL
# program launcher
super + space

View file

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