aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-07-22 08:37:55 -0700
committerGravatar Tom Willemse2019-07-22 08:38:56 -0700
commit587bcae5e6bd3a930f08363c0494f618ff4b1d3d (patch)
tree4e770b43c6778650520c8f4ad229199f915cca83 /herbstluftwm
parent78d12003b62962b272a62a9ddaa518d09adb21ff (diff)
downloadnew-dotfiles-587bcae5e6bd3a930f08363c0494f618ff4b1d3d.tar.gz
new-dotfiles-587bcae5e6bd3a930f08363c0494f618ff4b1d3d.zip
Fix handling of Firefox class, remove Conkeror as default
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart4
1 files changed, 2 insertions, 2 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index 8f8169a..67d6df6 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -68,7 +68,7 @@ hc keybind $Mod-Return spawn kitty
# Switch to a running instance of URxvt or Hyper, or start one.
hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\|kitty\)' kitty
# Switch to a running instance of Conkeror, or start one.
-hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|Firefox\|Chromium\)' conkeror
+hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|[Ff]irefox\|Chromium\)' firefox
# 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 \
@@ -211,7 +211,7 @@ hc unrule -F
hc rule focus=on # normally focus new clients
hc rule class=Emacs tag=dev index=0 switchtag=on hook=emacs
hc rule class~'URxvt|kitty' tag=dev index=1 switchtag=on hook=urxvt
-hc rule class~'Conkeror|Firefox|Chromium' tag=web index=0 switchtag=on
+hc rule class~'Conkeror|[Ff]irefox|Chromium' tag=web index=0 switchtag=on
hc rule class=Pinentry pseudotile=on
hc rule class=Alsaplayer pseudotile=on
hc rule class=Gcr-prompter pseudotile=on