From 1e6d298cf94911429c4ea1565d2d6f3675f4a206 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 29 May 2026 09:03:23 +0200 Subject: [PATCH] feat: try to fix idle inhibit --- modules/linux/home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 46ddc6b..6aa5e33 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -311,8 +311,8 @@ in { "workspace 6, match:class ^(heroic)$" # Enable inhibition for fullscreen apps - "idle_inhibit fullscreen, match:class ^(*)$" - "idle_inhibit fullscreen, match:title ^(*)$" + "idle_inhibit fullscreen, match:class ^(.*)$" + "idle_inhibit fullscreen, match:title ^(.*)$" "idle_inhibit fullscreen, match:fullscreen 1" # Set game type for gamescope windows