Include other browsers in switching to Conkeror

This way I can use the same keybinding to switch to Conkeror, Firefox
and Chromium, while it will still run Conkeror the first time I can
easily switch to the other browsers too.
This commit is contained in:
Tom Willemse 2016-12-02 14:41:13 +01:00
parent 8ff9929af2
commit c4abbe2b78

View file

@ -68,7 +68,7 @@ hc keybind $Mod-Return spawn urxvt
# Switch to a running instance of URxvt, or start one. # Switch to a running instance of URxvt, or start one.
hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt
# Switch to a running instance of Conkeror, or start one. # Switch to a running instance of Conkeror, or start one.
hc keybind $Mod-b spawn hlwm-run-or-raise Conkeror conkeror hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|Firefox\|Chromium\)' conkeror
# Switch to a running instance of Emacs, or create an Emacs client # Switch to a running instance of Emacs, or create an Emacs client
# frame. Start an Emacs daemon if necessary. # frame. Start an Emacs daemon if necessary.
hc keybind $Mod-t spawn hlwm-run-or-raise Emacs \ hc keybind $Mod-t spawn hlwm-run-or-raise Emacs \