updates hyprland configs

This commit is contained in:
2026-08-06 17:42:53 +02:00
parent 7d08cb7344
commit aa1eb88a13
33 changed files with 771 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
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 })