Files
dotflies/.config/hypr/conf/workspaces.lua
T
2026-08-06 17:42:53 +02:00

8 lines
494 B
Lua

hl.workspace_rule({ workspace = "name:", monitor = LEFT_MONITOR, default = true })
hl.workspace_rule({ workspace = "name:", monitor = TOP_MONITOR, default = true})
hl.workspace_rule({ workspace = "name:", monitor = RIGHT_MONITOR, default = true })
hl.workspace_rule({ workspace = "name:", monitor = BOTTOM_MONITOR, default = true })
hl.workspace_rule({ workspace = "name:[]", monitor = BOTTOM_MONITOR })
hl.workspace_rule({ workspace = "name:{}", monitor = BOTTOM_MONITOR })