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