1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add xwayland bridge rules

This commit is contained in:
andrey_varnavskiy
2024-12-01 06:16:22 +05:00
parent 2523d25f48
commit 7291082322

View File

@@ -52,14 +52,24 @@
windowrulev2 = [ windowrulev2 = [
"bordersize 0, floating:0, onworkspace:w[t1]" "bordersize 0, floating:0, onworkspace:w[t1]"
"float,class:(mpv)|(imv)" "float,class:(mpv)|(imv)"
"workspace 3,class:(obsidian)" "workspace 3,class:(obsidian)"
"workspace 4,class:(com.obsproject.Studio)" "workspace 4,class:(com.obsproject.Studio)"
"workspace 5,class:(telegram)" "workspace 5,class:(telegram)"
"workspace 5,class:(vesktop)" "workspace 5,class:(vesktop)"
"workspace 6,class:(teams-for-linux)" "workspace 6,class:(teams-for-linux)"
"suppressevent maximize, class:.*" "suppressevent maximize, class:.*"
"nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0" "nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
"opacity 0.0 override, class:^(xwaylandvideobridge)$"
"noanim, class:^(xwaylandvideobridge)$"
"noinitialfocus, class:^(xwaylandvideobridge)$"
"maxsize 1 1, class:^(xwaylandvideobridge)$"
"noblur, class:^(xwaylandvideobridge)$"
"nofocus, class:^(xwaylandvideobridge)$"
]; ];
dwindle = { dwindle = {