windowrule

This commit is contained in:
2026-02-26 23:02:10 +01:00
parent 407629fa05
commit e77dac3597
3 changed files with 309 additions and 315 deletions
+305 -307
View File
File diff suppressed because it is too large Load Diff
+2 -4
View File
@@ -2147,10 +2147,8 @@ in
+ (builtins.readFile bindingsConf) + (builtins.readFile bindingsConf)
+ "\n"; + "\n";
settings = { settings = {
windowrulev2 = [ windowrule = [
"float,class:^(Nm-connection-editor)$" "match:class Nm-connection-editor, float 1, center 1, size 900 700"
"center,class:^(Nm-connection-editor)$"
"size 900 700,class:^(Nm-connection-editor)$"
]; ];
}; };
+2 -4
View File
@@ -13,10 +13,8 @@ in
+ (builtins.readFile bindingsConf) + (builtins.readFile bindingsConf)
+ "\n"; + "\n";
settings = { settings = {
windowrulev2 = [ windowrule = [
"float,class:^(Nm-connection-editor)$" "match:class Nm-connection-editor, float 1, center 1, size 900 700"
"center,class:^(Nm-connection-editor)$"
"size 900 700,class:^(Nm-connection-editor)$"
]; ];
}; };