This commit is contained in:
Miguel Palhas
2025-09-18 09:55:53 +01:00
parent 6b1feea23c
commit 9231cc6703
7 changed files with 42 additions and 37 deletions
+6 -13
View File
@@ -42,25 +42,18 @@
"workspace 3 silent, class:bevy-.*"
"noinitialfocus, class:bevy-.*"
"fullscreen, class:bevy-.*"
"workspace 1 silent, title:egui-.*"
"bordersize 0, title:egui-.*"
"float, title:egui-.*"
"noblur, title:egui-.*"
"move 100%-w-20 100%-h-20, title:egui-.*"
];
render = {
explicit_sync = 2;
explicit_sync_kms = 0;
direct_scanout = true;
};
opengl = {
nvidia_anti_flicker = 0;
};
misc = {
vfr = 0;
};
debug = {
damage_tracking = 0;
};
};
programs.hyprpanel.settings.layout = {
+9 -2
View File
@@ -46,13 +46,20 @@ in
for_window [title="^ethui-test - main$"] workspace 2
for_window [title="^ethui-test - main$"] border normal 2, floating enable, resize set 1280 1200, move position 4720 500
for_window [title="^ethui-test - dialog.*"] border normal 2, floating enable, resize set 800 800, move position mouse
for_window [title="^ethui-test - dialog"] border normal 2, floating enable, resize set 800 800, move position mouse
no_focus [title="^ethui-test - main$"]
no_focus [title="^ethui-test - dialog$"]
for_window [title="^ethui-dev - main$"] workspace 2
for_window [title="^ethui-dev - main$"] border normal 2, floating enable, resize set 1280 1200, move position 4720 500
for_window [title="^ethui-dev - dialog.*"] border normal 2, floating enable, resize set 800 800, move position mouse
for_window [title="^ethui-dev - dialog"] border normal 2, floating enable, resize set 800 800, move position mouse
no_focus [title="^ethui-dev - main$"]
no_focus [title="^ethui-dev - dialog$"]
# for_window [class="^Ethui$"] border normal 2, floating enable, resize set 1280 1200, move position mouse
for_window [title="^egui-test$"] floating enable, border none, resize set 800 800, move position 2720 500
no_focus [title="^egui-test$"]
'';
};