feat: much improved hyprland binds
This commit is contained in:
@@ -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",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user