26 lines
918 B
Text
26 lines
918 B
Text
# -----------------------------------------------------
|
|
# Window rules
|
|
# -----------------------------------------------------
|
|
|
|
# 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!)$
|
|
|
|
# Workspaces
|
|
windowrule = workspace 2, class:^(thunar)$
|
|
windowrule = workspace 4, title:^(Zen Browser)$
|
|
|
|
# Browser Picture in Picture
|
|
windowrule = float, title:^(Picture-in-Picture)$
|
|
windowrule = pin, title:^(Picture-in-Picture)$
|
|
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.85 0.5 ignorealpha 1, class:^(thunar)$
|