From f6c34636b07deee4dd52dd5f1dde3b57b3e00d8e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 27 Feb 2025 10:20:09 +0000 Subject: [PATCH] Add retroarch to games workspace and inhibit idle --- system/home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 385b3c03..ca8967e8 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -264,7 +264,7 @@ "workspace 4, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files "workspace 5, (com.obsproject.Studio|Nxplayer.bin)" # Remote "workspace 6, (org.freecad.FreeCAD|PrusaSlicer)" # 3D Printing - "workspace 7, (gamescope|steam|steam_app|lutris|org.prismlauncher.PrismLauncher)" # Gaming + "workspace 7, (steam|steam_app|gamescope|lutris|org.prismlauncher.PrismLauncher|org.libretro.RetroArch)" # Gaming # PrismLauncher / Minecraft "float, org.prismlauncher.PrismLauncher" @@ -294,7 +294,7 @@ "idleinhibit fullscreen, class:firefox|com.github.rafostar.Clapper" # Inhibit idle when playing games - "idleinhibit always, class:(steam_app|gamescope|Minecraft).*" + "idleinhibit always, class:(steam_app|gamescope|Minecraft|RetroArch).*" # LibreOffice "suppressevent fullscreen maximize, class:(libreoffice|soffice)(.*)"