windowrule
This commit is contained in:
+305
-307
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user