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)
+ "\n";
settings = {
windowrulev2 = [
"float,class:^(Nm-connection-editor)$"
"center,class:^(Nm-connection-editor)$"
"size 900 700,class:^(Nm-connection-editor)$"
windowrule = [
"match:class Nm-connection-editor, float 1, center 1, size 900 700"
];
};
+2 -4
View File
@@ -13,10 +13,8 @@ in
+ (builtins.readFile bindingsConf)
+ "\n";
settings = {
windowrulev2 = [
"float,class:^(Nm-connection-editor)$"
"center,class:^(Nm-connection-editor)$"
"size 900 700,class:^(Nm-connection-editor)$"
windowrule = [
"match:class Nm-connection-editor, float 1, center 1, size 900 700"
];
};