feat(hypr): (almost) complete lua rewrite of configs
This commit is contained in:
@@ -1 +1,21 @@
|
||||
-- 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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user