feat: better binds

This commit is contained in:
2026-07-17 09:04:29 +02:00
parent cad9b833ae
commit 682750bf63
2 changed files with 25 additions and 17 deletions
@@ -20,6 +20,11 @@ return function(is_laptop, is_docked)
monitor = "DP-2",
default = false,
})
hl.workspace_rule({
workspace = "11",
monitor = "DP-2",
default = false,
})
elseif is_docked then
hl.workspace_rule({
workspace = "2",
@@ -31,5 +36,10 @@ return function(is_laptop, is_docked)
monitor = "HDMI-A-1",
default = false,
})
hl.workspace_rule({
workspace = "11",
monitor = "HDMI-A-1",
default = false,
})
end
end