Compare commits
2 Commits
f1c57b8ecc
...
5ba2894101
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ba2894101 | |||
| 499bf793b2 |
@@ -1,17 +1,3 @@
|
|||||||
# ────────────────────────────────────────────────────────────────────
|
|
||||||
# ╭────────────────────────────────────────────────╮
|
|
||||||
# │ WORKSPACE RULES │
|
|
||||||
# ╰────────────────────────────────────────────────╯
|
|
||||||
# ────────────────────────────────────────────────────────────────────
|
|
||||||
|
|
||||||
# Display full sized (without gaps), if only window on screen
|
|
||||||
# workspace = w[tv1], gapsout:0, gapsin:0
|
|
||||||
# workspace = f[1], gapsout:0, gapsin:0
|
|
||||||
# windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
|
|
||||||
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
|
|
||||||
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
|
||||||
# windowrule = rounding 0, floating:0, onworkspace:f[1]
|
|
||||||
|
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# ────────────────────────────────────────────────────────────────────
|
# ────────────────────────────────────────────────────────────────────
|
||||||
@@ -19,9 +5,9 @@ $mainMod = SUPER
|
|||||||
# │ WINDOW RULES │
|
# │ WINDOW RULES │
|
||||||
# ╰────────────────────────────────────────────────╯
|
# ╰────────────────────────────────────────────────╯
|
||||||
# ────────────────────────────────────────────────────────────────────
|
# ────────────────────────────────────────────────────────────────────
|
||||||
windowrule = move 1450 50, title:^(.*)(Power menu)$
|
windowrule = move 1450 50, title:(.*)Power menu$
|
||||||
windowrule = workspace 2, class:evince
|
windowrule = workspace 2, class:evince
|
||||||
windowrule = workspace 2, title:.*(Okular).*
|
windowrule = workspace 2, title:.*Okular.*
|
||||||
windowrule = workspace 2, class:org.pwmt.zathura
|
windowrule = workspace 2, class:org.pwmt.zathura
|
||||||
windowrule = fullscreen, title:wlogout
|
windowrule = fullscreen, title:wlogout
|
||||||
windowrule = workspace 2, class:librewolf
|
windowrule = workspace 2, class:librewolf
|
||||||
@@ -30,7 +16,7 @@ windowrule = workspace 2, title:BSManager
|
|||||||
windowrule = workspace 1, title:ALVR(.*)
|
windowrule = workspace 1, title:ALVR(.*)
|
||||||
windowrule = workspace 2, title:(.*)Beat Saber(.*)
|
windowrule = workspace 2, title:(.*)Beat Saber(.*)
|
||||||
windowrule = fullscreen, title:(.*)Beat Saber(.*)
|
windowrule = fullscreen, title:(.*)Beat Saber(.*)
|
||||||
windowrule = workspace 2, title:(.*)(Discord)(.*)
|
windowrule = workspace 2, title:(.*)Discord(.*)
|
||||||
windowrule = workspace 3, title:^(Steam)(.*)$
|
windowrule = workspace 3, title:^(Steam)(.*)$
|
||||||
windowrule = workspace 1, title:(.*)(VSCodium)$
|
windowrule = workspace 1, title:(.*)(VSCodium)$
|
||||||
windowrule = center, title:^(.*)(VSCodium)$
|
windowrule = center, title:^(.*)(VSCodium)$
|
||||||
@@ -50,6 +36,7 @@ windowrule = float, title:^(.*)hidden-terminator*(.*)$
|
|||||||
windowrule = float, title:^(.*)termfilechooser*(.*)$
|
windowrule = float, title:^(.*)termfilechooser*(.*)$
|
||||||
windowrule = size 1400 800, title:^(.*)termfilechooser*(.*)$
|
windowrule = size 1400 800, title:^(.*)termfilechooser*(.*)$
|
||||||
windowrule = center, title:^(.*)termfilechooser*(.*)$
|
windowrule = center, title:^(.*)termfilechooser*(.*)$
|
||||||
|
windowrule = dimaround, title:^(.*)termfilechooser*(.*)$
|
||||||
|
|
||||||
# ┌ ┐
|
# ┌ ┐
|
||||||
# │ Set floating windows & position them centered │
|
# │ Set floating windows & position them centered │
|
||||||
@@ -111,6 +98,7 @@ windowrule = center, class:pavucontrol
|
|||||||
windowrule = float, class:file-roller
|
windowrule = float, class:file-roller
|
||||||
windowrule = center, class:file-roller
|
windowrule = center, class:file-roller
|
||||||
|
|
||||||
|
# idleinhibit
|
||||||
windowrule = idleinhibit focus, title:^(Rocket League)(.*)$
|
windowrule = idleinhibit focus, title:^(Rocket League)(.*)$
|
||||||
windowrule = fullscreen, title:^(Steam Big Picture)$
|
windowrule = fullscreen, title:^(Steam Big Picture)$
|
||||||
windowrule = idleinhibit always, class:steam
|
windowrule = idleinhibit always, class:steam
|
||||||
@@ -120,6 +108,12 @@ windowrule = idleinhibit focus, class:supertuxkart
|
|||||||
windowrule = idleinhibit fullscreen, title:^(.*)(Discord)(.*)$
|
windowrule = idleinhibit fullscreen, title:^(.*)(Discord)(.*)$
|
||||||
windowrule = idleinhibit fullscreen, title:^(.*)(~)(.*)$
|
windowrule = idleinhibit fullscreen, title:^(.*)(~)(.*)$
|
||||||
|
|
||||||
|
# Do not screenshare bitwarden windows
|
||||||
|
windowrule = noscreenshare, title:(.*)(Bitwarden)(.*)
|
||||||
|
windowrule = noscreenshare, class:nm-connection-editor
|
||||||
|
windowrule = noscreenshare, title:(.*)(secret)(.*)
|
||||||
|
windowrule = noscreenshare, class:(.*)[aA]uthentication(.*)
|
||||||
|
|
||||||
|
|
||||||
# ┌ ┐
|
# ┌ ┐
|
||||||
# │ Layer rules │
|
# │ Layer rules │
|
||||||
|
|||||||
Reference in New Issue
Block a user