hyprland tweaks

This commit is contained in:
Miguel Palhas
2024-11-29 22:24:43 +00:00
parent 4f3d23c950
commit 5d4f0ea959
3 changed files with 31 additions and 21 deletions
+8
View File
@@ -33,9 +33,17 @@
wayland.windowManager.hyprland.settings = {
windowrulev2 = [
# thunar
"float, class:thunar"
"move cursor -50% -50%, class:thunar"
"size 800 600, class:thunar"
# ethui-dev
"workspace 1, class:ethui"
"float, class:ethui"
"size 800 800, class:ethui"
"move 100%-800 100%-800, class:ethui"
"noinitialfocus, class:ethui"
];
};