Attempt to make only the first NoMachine window floating
Add workspace rule for MS Teams client
This commit is contained in:
parent
089187738e
commit
ec8f1d9d7e
|
@ -6,11 +6,12 @@ windowrule = float, ^(.blueman-manager-wrapped)$
|
||||||
windowrule = center, ^(.blueman-manager-wrapped)$
|
windowrule = center, ^(.blueman-manager-wrapped)$
|
||||||
windowrule = float, ^(marktext)$
|
windowrule = float, ^(marktext)$
|
||||||
windowrule = center, ^(marktext)$
|
windowrule = center, ^(marktext)$
|
||||||
windowrule = float, ^(Nxplayer.bin)$
|
|
||||||
windowrule = center, ^(Nxplayer.bin)$
|
|
||||||
windowrule = float, ^(otpclient)$
|
windowrule = float, ^(otpclient)$
|
||||||
windowrule = move 2% 6%, ^(otpclient)$
|
windowrule = move 2% 6%, ^(otpclient)$
|
||||||
|
|
||||||
|
windowrulev2 = float,class:^(Nxplayer.bin)$,title:^(NoMachine)$
|
||||||
|
windowrulev2 = center,class:^(Nxplayer.bin)$,title:^(NoMachine)$
|
||||||
|
|
||||||
windowrule = workspace 1, ^(neovide)$
|
windowrule = workspace 1, ^(neovide)$
|
||||||
windowrule = workspace 2, ^(firefox)$
|
windowrule = workspace 2, ^(firefox)$
|
||||||
windowrule = workspace 2, ^(librewolf)$
|
windowrule = workspace 2, ^(librewolf)$
|
||||||
|
@ -18,6 +19,7 @@ windowrule = workspace 2, ^(Chromium-browser)$
|
||||||
windowrule = workspace 3, ^(org.kde.dolphin)$
|
windowrule = workspace 3, ^(org.kde.dolphin)$
|
||||||
windowrule = workspace 4, ^(thunderbird)$
|
windowrule = workspace 4, ^(thunderbird)$
|
||||||
windowrule = workspace 4, ^(Mailspring)$
|
windowrule = workspace 4, ^(Mailspring)$
|
||||||
|
windowrule = workspace 4, ^(Microsoft Teams - Preview)$
|
||||||
windowrule = workspace 5, ^(Element)$
|
windowrule = workspace 5, ^(Element)$
|
||||||
windowrule = workspace 5, ^(Signal)$
|
windowrule = workspace 5, ^(Signal)$
|
||||||
windowrule = workspace 5, ^(discord)$
|
windowrule = workspace 5, ^(discord)$
|
||||||
|
|
Loading…
Reference in a new issue