Files
dotfiles/config/hypr/hyprland/windowrules/idle.lua
T

22 lines
334 B
Lua

-- Idleinhibits
hl.window_rule({
match = {
tag = "game|launchers",
},
idle_inhibit = "focus"
})
hl.window_rule({
match = {
title = "Bitwarden|secret|[aA]uthentication"
},
no_screen_share = true
})
hl.window_rule({
match = {
class = "nm-connection-editor"
},
no_screen_share = true
})