fixing ethui floating window rules

This commit is contained in:
Miguel Palhas
2025-09-12 11:57:56 +01:00
parent 8515801e0d
commit 8b08019611
+4 -2
View File
@@ -45,10 +45,12 @@ in
workspace 3 output DP-0
for_window [class="^Ethui-test$"] workspace 2
for_window [class="^Ethui-test$"] border normal 2, floating enable, resize set 1024 900, move position mouse
for_window [class="^Ethui-test$"] border normal 2, floating enable, resize set 1280 1200, move position mouse
for_window [class="^Ethui-dev$"] workspace 2
for_window [class="^Ethui-dev$"] border normal 2, floating enable, resize set 1024 900, move position mouse
for_window [class="^Ethui-dev$"] border normal 2, floating enable, resize set 1280 1200, move position mouse
for_window [class="^Ethui$"] border normal 2, floating enable, resize set 1280 1200, move position mouse
'';
};