Adapt window rules to new syntax
This commit is contained in:
parent
9f60454ac7
commit
81cbc393ce
1 changed files with 5 additions and 5 deletions
|
|
@ -77,11 +77,11 @@
|
||||||
"w[tv1], gapsout:0, gapsin:0"
|
"w[tv1], gapsout:0, gapsin:0"
|
||||||
"f[1], gapsout:0, gapsin:0"
|
"f[1], gapsout:0, gapsin:0"
|
||||||
];
|
];
|
||||||
windowrulev2 = [
|
windowrule = [
|
||||||
"bordersize 0, floating:0, onworkspace:w[tv1]"
|
"border_size 0, match:float 0, match:workspace w[tv1]"
|
||||||
"rounding 0, floating:0, onworkspace:w[tv1]"
|
"rounding 0, match:float 0, match:workspace w[tv1]"
|
||||||
"bordersize 0, floating:0, onworkspace:f[1]"
|
"border_size 0, match:float 0, match:workspace f[1]"
|
||||||
"rounding 0, floating:0, onworkspace:f[1]"
|
"rounding 0, match:float 0, match:workspace f[1]"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue