wip
CI / lint (push) Successful in 33s
CI / eval (push) Failing after 1m41s

This commit is contained in:
Miguel Palhas
2026-07-30 13:18:47 +01:00
parent 8cfa920ea8
commit 3d9c273fd3
9 changed files with 317 additions and 345 deletions
+13 -17
View File
@@ -26,24 +26,20 @@
# RetroArch (bare — cores/ROMs added by hand, WebDAV configured in-app).
custom.gaming.retroarch = true;
wayland.windowManager.hyprland.settings = {
exec-once = [
];
wayland.windowManager.hyprland.extraConfig = ''
hl.workspace_rule({ workspace = "1", monitor = "DP-3" })
hl.workspace_rule({ workspace = "2", monitor = "eDP-1" })
hl.workspace_rule({ workspace = "3", monitor = "eDP-1" })
hl.workspace_rule({ workspace = "4", monitor = "eDP-1" })
workspace = [
"1, monitor:DP-3"
"2, monitor:eDP-1"
"3, monitor:eDP-1"
"4, monitor:eDP-1"
];
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-.*"
];
};
hl.window_rule({
match = { class = "bevy-.*" },
no_initial_focus = true,
float = true,
size = "800 600",
move = "100%-800 100%-600",
})
'';
# v4 `bar.density` has no v5 equivalent; spacing is tuned via
# bar.main.padding / widget_spacing / thickness if needed.