From 3d35ce310894dd5f5a7d7acfa9d4461ada9df6b1 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 13 Dec 2016 09:02:25 +0100 Subject: [PATCH] herbstluftwm: add keybinding for browser --- config/herbstluftwm/autostart | 1 + 1 file changed, 1 insertion(+) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 54e1563..89bf6ab 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -70,6 +70,7 @@ else hc keybind $Mod-d spawn /usr/bin/dmenu_run fi 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 XF86AudioLowerVolume and . spawn amixer -q set Master playback '5%-' . spawn herbstclient emit_hook UPDATE