retroarch
CI / lint (push) Successful in 1m21s
CI / eval (push) Failing after 2m29s

This commit is contained in:
Miguel Palhas
2026-07-06 16:28:40 +01:00
parent eea9bdb095
commit 3c7a65b190
7 changed files with 211 additions and 1 deletions
+10
View File
@@ -32,6 +32,7 @@
custom.gaming = {
enable = true;
nvidia = true;
retroarch = true;
};
wayland.windowManager.hyprland.settings = {
@@ -90,6 +91,15 @@
# their own class added here.
"workspace 3, match:class heroic"
"tile on, match:class heroic"
# RetroArch streamed via Moonlight (also registered as a Sunshine app).
# Native Wayland app_id is `com.libretro.RetroArch` (set at map time) — the
# exact string is needed so the rule applies on spawn; a loose `retroarch`
# match misses at map and the window flashes onto the active workspace
# first. `silent` sends it to ws3 (DP-1, the captured screen) without
# yanking focus off whatever workspace you're driving from.
"workspace 3 silent, match:class com.libretro.RetroArch"
"fullscreen on, match:class com.libretro.RetroArch"
];
render = {