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 ### ###################