From 7b4f5a356200ca66e85ae34ff0a22b8a6887ca2c Mon Sep 17 00:00:00 2001 From: iamBadgers Date: Tue, 11 Mar 2025 19:48:20 -0700 Subject: [PATCH] disable hyprilde when an app has fullscreen. --- hyprland/.config/hypr/hyprland.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 42dd9aa..b7db051 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -51,7 +51,7 @@ exec-once = hyprpaper exec-once = hypridle exec-once = systemctl --user start polkit-gnome -exec-once = [workspace 3] steam +exec-once = steam -silent exec-once = [workspace 4] flatpak run com.discordapp.Discord @@ -158,6 +158,9 @@ animations { # windowrulev2 = opacity 1 .9, title:(Jellyfin Media Player) +# Disable idle when fullscreen app is enabled +windowrulev2 = idleinhibit fullscreen, class:.* + # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below @@ -210,7 +213,6 @@ device { accel_profile = adaptive } - ################### ### KEYBINDINGS ### ###################