Update monitor configuration for home

This commit is contained in:
gardouille 2019-12-18 17:14:10 +01:00
parent ef4eabad54
commit 30efada2ac
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 2 deletions

View File

@ -49,10 +49,11 @@ hc keybind $Mod-Shift-y spawn zsh -c 'sleep 3; xset dpms force off' # turn off
hc keybind $Mod-Shift-x spawn ~/bin/veille.sh # screen locker
hc keybind $h-F1 spawn ~/bin/ecran off # switch between
hc keybind $h-F2 spawn ~/bin/ecran work # different
hc keybind $h-F3 spawn ~/bin/ecran lug # monitor
hc keybind $h-F3 spawn ~/bin/ecran home # Home monitor configuration
hc keybind $h-F4 spawn ~/bin/ecran vga # configurations
hc keybind $h-F5 spawn ~/bin/ecran pres #
hc keybind $h-F6 spawn ~/bin/ecran out # External display only
hc keybind $h-F7 spawn ~/bin/ecran game # External display only for video game
hc keybind $Mod-agrave spawn ~/bin/rofi-pass # Password manager
# window management
@ -218,9 +219,11 @@ hc unrule -F
hc rule focus=on # normally 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|UTILITY)' pseudotile=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 " 7 "
hc rule windowtype~'_NET_WM_WINDOW_TYPE_SPLASH' pseudotile=on tag=" 7 "
# tag: web
hc rule class=Firefox tag=" web "