From c4abbe2b789baca7608a0d7da5e546b169e671c2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 2 Dec 2016 14:41:13 +0100 Subject: 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. --- herbstluftwm/.config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 4684e69..efdd6b6 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -68,7 +68,7 @@ hc keybind $Mod-Return spawn urxvt # Switch to a running instance of URxvt, or start one. hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt # 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 # frame. Start an Emacs daemon if necessary. hc keybind $Mod-t spawn hlwm-run-or-raise Emacs \ -- cgit v1.2.3-54-g00ecf