Updated
This commit is contained in:
parent
91ac899e76
commit
43ec9cf572
127 changed files with 3126 additions and 7 deletions
|
|
@ -2,13 +2,17 @@
|
|||
# Window rules
|
||||
# -----------------------------------------------------
|
||||
|
||||
windowrule = tile, title:^(Microsoft-edge)$
|
||||
windowrule = tile, title:^(Brave-browser)$
|
||||
windowrule = tile, title:^(Chromium)$
|
||||
# windowrule = tile, title:^(Microsoft-edge)$
|
||||
# windowrule = tile, title:^(Brave-browser)$
|
||||
# windowrule = tile, title:^(Chromium)$
|
||||
windowrule = float, title:^(pavucontrol)$
|
||||
windowrule = float, title:^(blueman-manager)$
|
||||
windowrule = float, title:^(nm-connection-editor)$
|
||||
windowrule = float, title:^(qalculate-gtk)$
|
||||
windowrule = float, title:^(Qalculate!)$
|
||||
|
||||
# Workspaces
|
||||
windowrule = workspace 2, class:^(thunar)$
|
||||
windowrule = workspace 4, title:^(Zen Browser)$
|
||||
|
||||
# Browser Picture in Picture
|
||||
windowrule = float, title:^(Picture-in-Picture)$
|
||||
|
|
@ -17,3 +21,6 @@ windowrule = move 69.5% 4%, title:^(Picture-in-Picture)$
|
|||
|
||||
# idleinhibit
|
||||
windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
||||
|
||||
# Custom
|
||||
windowrule = opacity 0.9, class:^(thunar)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue