From 8a5c190d29f391461d937cb707f999d7337e5dc5 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 1 Mar 2025 14:17:51 +0100 Subject: [PATCH] Hyprland: inhibit idle if fullscreen --- modules/hm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 8c8b05b..086a99f 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -290,6 +290,7 @@ in "workspace 9, class:(teams-for-linux)" "workspace 10, class:(spotify)" "tile, class:(Godot)" + "idleinhibit fullscreenm class:.*" ]; }; };