This commit is contained in:
Miguel Palhas
2026-02-05 14:57:31 +00:00
parent 616a3929cd
commit afb7ef8c68
5 changed files with 64 additions and 60 deletions
+5 -5
View File
@@ -34,11 +34,11 @@
"4, monitor:eDP-1"
];
windowrulev2 = [
"noinitialfocus, class:bevy-.*"
"float, class:bevy-.*"
"size 800 600, class:bevy-.*"
"move 100%-800 100%-600, class:bevy-.*"
windowrule = [
"no_initial_focus on, match:class bevy-.*"
"float on, match:class bevy-.*"
"size 800 600, match:class bevy-.*"
"move 100%-800 100%-600, match:class bevy-.*"
];
};