mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 22:47:27 +01:00
couple of changes 😓
This commit is contained in:
12
rules.sh
12
rules.sh
@@ -7,11 +7,17 @@ hc() {
|
||||
# rules
|
||||
hc unrule -F
|
||||
|
||||
hc rule focus=off # normally do not focus new clients
|
||||
# eval: focus all new clients
|
||||
hc rule focus=true
|
||||
|
||||
# give focus to most common terminals
|
||||
hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' focus=on
|
||||
hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole|kitty)' focus=on
|
||||
|
||||
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on
|
||||
hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on
|
||||
hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on switchtag=on
|
||||
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off
|
||||
|
||||
hc rule class='1Password' focus=on switchtag=on
|
||||
hc rule class=zoom tag=zoom focus=on switchtag=on
|
||||
hc rule class=Slack tag=slack focus=on switchtag=on
|
||||
hc rule class=Pavucontrol tag=0 focus=on switchtag=on
|
||||
|
||||
Reference in New Issue
Block a user