disable hyprilde when an app has fullscreen.

This commit is contained in:
iamBadgers
2025-03-11 19:48:20 -07:00
parent ba6554e665
commit 7b4f5a3562

View File

@@ -51,7 +51,7 @@ exec-once = hyprpaper
exec-once = hypridle exec-once = hypridle
exec-once = systemctl --user start polkit-gnome 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 exec-once = [workspace 4] flatpak run com.discordapp.Discord
@@ -158,6 +158,9 @@ animations {
# windowrulev2 = opacity 1 .9, title:(Jellyfin Media Player) # 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 # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below 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 accel_profile = adaptive
} }
################### ###################
### KEYBINDINGS ### ### KEYBINDINGS ###
################### ###################