hyprland: idle_inhibit fullscreen — no lock during fullscreen apps
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
6622ed6864
commit
ee630bac30
1 changed files with 6 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue