From 88bcca040f6ef9c8a6afa839f3d70d0942e8403e Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 20 Feb 2018 16:33:33 +0100 Subject: [PATCH] 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.) --- config/herbstluftwm/autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index d65d9fc..d6f16dc 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -74,13 +74,13 @@ case "$HOSTNAME" in esac 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 XF86MonBrightnessUp spawn xbacklight +4 hc keybind Shift-XF86MonBrightnessDown spawn xbacklight -1 hc keybind Shift-XF86MonBrightnessUp spawn xbacklight +1 else - hc keybind $Mod-d spawn /usr/bin/dmenu_run + hc keybind $Mod-d spawn /usr/bin/dmenu_run_hlwm fi hc keybind $Mod-b spawn /usr/bin/chromium