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:
parent
48f1b974cc
commit
88bcca040f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue