overlay window rules and binds

This commit is contained in:
2026-07-16 18:24:04 -07:00
parent a2ac88ce59
commit 3ebab9e327
2 changed files with 21 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ hl.window_rule({
class = "ninjabrainbot-Main"
},
float = true,
move = {10, "monitor_h*0.5 - window_h*0.5"}
move = {6, "monitor_h*0.5 - window_h*0.5"}
})
hl.window_rule({
match = {
@@ -55,10 +55,17 @@ hl.window_rule({
})
hl.window_rule({
match = {
title = "monoverlay"
title = "monoverlay(-t)?"
},
float = true,
pin = true
pin = true,
no_blur = true,
})
hl.window_rule({
match = {
title = "monoverlay-t"
},
decorate = false,
})
hl.layer_rule({
match = { namespace = "quickshell" },