Manage element (matrix client) window

This commit is contained in:
gardouille 2021-10-14 09:50:55 +02:00
parent 7876eeda6a
commit d09783388e
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 1 deletions

View File

@ -267,9 +267,12 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY)' floating=on
hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off
## Move splash windows to tag " oth "
# Move splash windows to tag " oth "
hc rule windowtype~'_NET_WM_WINDOW_TYPE_SPLASH' pseudotile=on tag=" oth "
# Use xprop, xwinfo or wmctrl -l
# To get informations (class,…) about X windows
# tag: web or related
hc rule class=Firefox tag=" web "
hc rule class=Firefox-esr tag=" web "
@ -285,6 +288,7 @@ hc rule class~'.hunderbird' windowrole=AlarmWindow tag=" msg " focus=off
hc rule class=Gcr-prompter tag=" msg " focus=on
# Messaging clients
hc rule class~'.ocket..hat.*' tag=" msg " focus=on
hc rule class~'.lement' tag=" msg " focus=on
hc rule class~'.ignal' tag=" msg " focus=on
hc rule class~'.iscord' tag=" msg " focus=on