feat: much improved hyprland binds

This commit is contained in:
2026-07-08 15:44:19 +02:00
parent 3bec7f4d9e
commit e312c254e8
7 changed files with 108 additions and 62 deletions
@@ -7,7 +7,7 @@ hl.window_rule({
workspace = 1,
})
hl.window_rule({
match = { title = "ALVR|^hidden-terminator$" },
match = { title = "ALVR.*|^hidden-terminator$" },
workspace = 1,
})
@@ -17,7 +17,7 @@ hl.window_rule({
workspace = 2,
})
hl.window_rule({
match = { title = "BSManager" },
match = { title = ".*BSManager.*" },
workspace = 2,
})
@@ -28,6 +28,6 @@ hl.window_rule({
})
hl.window_rule({
match = { title = "Qalculate|AG Controller" },
match = { title = "Qalculate.*|AG Controller" },
workspace = "special",
})