Fix handling of Firefox class, remove Conkeror as default
This commit is contained in:
parent
78d12003b6
commit
587bcae5e6
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ hc keybind $Mod-Return spawn kitty
|
||||||
# Switch to a running instance of URxvt or Hyper, or start one.
|
# 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
|
hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\|kitty\)' kitty
|
||||||
# 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\|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
|
# 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 \
|
||||||
|
@ -211,7 +211,7 @@ hc unrule -F
|
||||||
hc rule focus=on # normally focus new clients
|
hc rule focus=on # normally focus new clients
|
||||||
hc rule class=Emacs tag=dev index=0 switchtag=on hook=emacs
|
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~'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=Pinentry pseudotile=on
|
||||||
hc rule class=Alsaplayer pseudotile=on
|
hc rule class=Alsaplayer pseudotile=on
|
||||||
hc rule class=Gcr-prompter pseudotile=on
|
hc rule class=Gcr-prompter pseudotile=on
|
||||||
|
|
Loading…
Reference in a new issue