switches terminal to own special workspace

This commit is contained in:
2026-08-06 20:21:02 +02:00
parent 6909f9fc20
commit 97fb8472f2
3 changed files with 15 additions and 2 deletions
+10 -1
View File
@@ -40,7 +40,7 @@ hl.window_rule({
class = "vesktop",
},
monitor = RIGHT_MONITOR,
no_follow_mouse = true
no_initial_focus = true
})
hl.window_rule({
@@ -74,6 +74,15 @@ hl.window_rule({
-- TODO: manual review — unmapped window rule action: "no_focus true"
})
hl.window_rule({
name = "btop",
match = {
class = "kitty",
},
float = true,
size = {1920, 1080}
})
-- Hyprland-run windowrule
hl.window_rule({
name = "move-hyprland-run",