minor adjustments for lua conversion

This commit is contained in:
2026-05-08 00:15:55 +02:00
parent 8b340778fe
commit 00cf7b80f5
4 changed files with 82 additions and 81 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
hl.windowrule({
hl.window_rule({
name = "xwayland",
opacity = "0.0 override",
no_anim = true,
@@ -9,25 +9,25 @@ hl.windowrule({
match = { class = "^(xwaylandvideobridge)$" },
})
hl.windowrule({
hl.window_rule({
name = "fullscreen_idling",
idle_inhibit = "fullscreen",
match = { class = ".*" },
})
hl.windowrule({
hl.window_rule({
name = "video_idling",
idle_inhibit = "always",
match = { content = "video" },
})
hl.windowrule({
hl.window_rule({
name = "game_idling",
idle_inhibit = "always",
match = { content = "game" },
})
hl.windowrule({
hl.window_rule({
name = "match_fullscreen",
idle_inhibit = "always",
match = { fullscreen_state_internal = 2, fullscreen_state_client = 2 },