herbstluftwm: use dmenu_run_hlwm instead of dmenu_run

herbstluftm 0.7.0-2 on debian does not ship a completely functioning
dmenu_run-wrapper, but it is probably better to just temporarily copy
the working script from github into ~/bin until it is fixed in debian.

(As of now dmenu_run_hlwm will not pass any option to dmenu_run.)
This commit is contained in:
Thomas Preisner 2018-02-20 16:33:33 +01:00
parent 48f1b974cc
commit 88bcca040f

View file

@ -74,13 +74,13 @@ case "$HOSTNAME" in
esac esac
if [ "$HOSTNAME" = warthog ]; then if [ "$HOSTNAME" = warthog ]; then
hc keybind $Mod-d spawn /usr/bin/dmenu_run -fn "Monospace-9" hc keybind $Mod-d spawn /usr/bin/dmenu_run_hlwm -fn "Monospace-9"
hc keybind XF86MonBrightnessDown spawn xbacklight -4 hc keybind XF86MonBrightnessDown spawn xbacklight -4
hc keybind XF86MonBrightnessUp spawn xbacklight +4 hc keybind XF86MonBrightnessUp spawn xbacklight +4
hc keybind Shift-XF86MonBrightnessDown spawn xbacklight -1 hc keybind Shift-XF86MonBrightnessDown spawn xbacklight -1
hc keybind Shift-XF86MonBrightnessUp spawn xbacklight +1 hc keybind Shift-XF86MonBrightnessUp spawn xbacklight +1
else else
hc keybind $Mod-d spawn /usr/bin/dmenu_run hc keybind $Mod-d spawn /usr/bin/dmenu_run_hlwm
fi fi
hc keybind $Mod-b spawn /usr/bin/chromium hc keybind $Mod-b spawn /usr/bin/chromium