feat: better binds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user