x11 service: bspwm limit sxhkd freqency

add '-f 100' as an argument to sxhkd to keep it from flooding bspwm

add SXHKD_SHELL=/bin/sh to help default to a faster shell than what may
be set in $SHELL (example: with zsh)
This commit is contained in:
Mitchell Pleune 2016-02-27 16:36:13 -05:00
parent 8fa4804218
commit b5ee64410d

View File

@ -15,7 +15,7 @@ in
services.xserver.windowManager.session = singleton {
name = "bspwm";
start = "
${pkgs.sxhkd}/bin/sxhkd &
SXHKD_SHELL=/bin/sh ${pkgs.sxhkd}/bin/sxhkd -f 100 &
${pkgs.bspwm}/bin/bspwm
";
};