herbstluftwm: add keybinding for browser

This commit is contained in:
Thomas Preisner 2016-12-13 09:02:25 +01:00
parent ab737ad7ce
commit 3d35ce3108

View file

@ -70,6 +70,7 @@ else
hc keybind $Mod-d spawn /usr/bin/dmenu_run hc keybind $Mod-d spawn /usr/bin/dmenu_run
fi fi
hc keybind $Mod-q spawn /usr/bin/i3lock hc keybind $Mod-q spawn /usr/bin/i3lock
hc keybind $Mod-b spawn /usr/bin/chromium
hc keybind XF86AudioMute chain . spawn amixer -q set Master toggle . spawn herbstclient emit_hook UPDATE hc keybind XF86AudioMute chain . spawn amixer -q set Master toggle . spawn herbstclient emit_hook UPDATE
hc keybind XF86AudioLowerVolume and . spawn amixer -q set Master playback '5%-' . spawn herbstclient emit_hook UPDATE hc keybind XF86AudioLowerVolume and . spawn amixer -q set Master playback '5%-' . spawn herbstclient emit_hook UPDATE