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" ]; }; };