From 8e9c1823180a27700a06157c259f3ed633df89f6 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 4 Apr 2025 17:07:56 +0200 Subject: [PATCH] feat: inhibit idle on fullscreen stuff --- modules/linux/home-manager/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 71fc0cb..ee0a4bf 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -488,6 +488,11 @@ in { # Move to workspace 5 "workspace 5, class:^(vesktop)$" + + # Enable inhibition for fullscreen apps + "idleinhibit fullscreen, class:^(*)$" + "idleinhibit fullscreen, title:^(*)$" + "idleinhibit fullscreen, fullscreen:1" ]; }; };