window swallow works
This commit is contained in:
parent
59a9429532
commit
04a1b01c83
1 changed files with 6 additions and 3 deletions
|
|
@ -62,17 +62,20 @@ in {
|
||||||
windowrules = [
|
windowrules = [
|
||||||
"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"
|
||||||
"rounding 0, floating:0 onworkspace:w[t1]"
|
|
||||||
"bordersize 0, floating:0 onworkspace:w[t1]"
|
"rounding 0, floating:0 onworkspace:w[tv1]"
|
||||||
|
"bordersize 0, floating:0 onworkspace:w[tv1]"
|
||||||
|
|
||||||
"float, initialTitle:^Picture-in-Picture$"
|
"float, initialTitle:^Picture-in-Picture$"
|
||||||
"center, initialTitle:^Picture-in-Picture$"
|
"center, initialTitle:^Picture-in-Picture$"
|
||||||
"size 33% 33%, initialTitle:^Picture-in-Picture$"
|
"size 33% 33%, initialTitle:^Picture-in-Picture$"
|
||||||
|
|
||||||
"float, initialClass:CImg"
|
"float, initialClass:CImg"
|
||||||
"float, initialTitle:GLFW"
|
"float, initialTitle:GLFW"
|
||||||
];
|
];
|
||||||
|
|
||||||
workspaces = [
|
workspaces = [
|
||||||
"w[t1], gapsout:0, gapsin:0"
|
"w[tv1], gapsout:0, gapsin:0"
|
||||||
];
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue