feat(hypr): (almost) complete lua rewrite of configs

This commit is contained in:
2026-06-14 07:25:42 +02:00
parent 6e35326906
commit 37cf063eb1
11 changed files with 229 additions and 30 deletions
+20
View File
@@ -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
})