diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 3ee9634..c45c653 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -4,9 +4,9 @@ # terminal emulator super + Return - st + $TERMINAL super + alt + t - st + $TERMINAL # program launcher super + space diff --git a/.zshenv b/.zshenv index e0fdb1c..5b32664 100644 --- a/.zshenv +++ b/.zshenv @@ -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' -\""