herbstluftwm: add chromium rule and add comments

This commit is contained in:
Thomas Preisner 2016-12-13 23:51:17 +01:00
parent 2b6d0efd79
commit 40d21b4997

View file

@ -159,7 +159,10 @@ hc rule focus=on # normally focus new clients
#hc rule focus=off # normally do not focus new clients #hc rule focus=off # normally do not focus new clients
# give focus to most common terminals # give focus to most common terminals
hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' focus=on hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' focus=on
# don't manage Pinentry windows so they overlay the rest
hc rule class='Pinentry' manage=off focus=on hc rule class='Pinentry' manage=off focus=on
# let chromium fullscreen in its pane instead of the screen
hc rule --instance=chromium --ewmhrequests=off
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=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
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off