switches terminal to own special workspace
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user