hyprland: idle_inhibit fullscreen — no lock during fullscreen apps

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-26 15:02:42 +01:00
parent 6622ed6864
commit ee630bac30

View file

@ -227,6 +227,12 @@ in
hl.animation({ leaf = "workspaces", enabled = true, speed = 1, bezier = "snap" })
-- Window rules
-- Don't lock/idle while any window is fullscreen (video, games).
hl.window_rule({
match = { class = ".*" },
idle_inhibit = "fullscreen",
})
-- Battle.net tray icon leaks as a tiny floating XWayland window.
hl.window_rule({
match = { class = "steam_app_0", title = "^$", float = true },