gruvboxify things - and a can of worms

This commit is contained in:
Thomas Ruoff
2018-10-25 21:10:13 +02:00
parent da1ac6550a
commit a15873ebb3
8 changed files with 19 additions and 21 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e
hc() {
herbstclient "$@"
@@ -7,10 +6,12 @@ hc() {
# rules
hc unrule -F
#hc rule class=XTerm tag=3 # move all xterms to tag 3
hc rule focus=off # normally do not focus new clients
# give focus to most common terminals
hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' 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_(NOTIFICATION|DOCK)' manage=off