feat(hypr): track Hyprland config
monitors.lua stays untracked since it's machine-specific (monitor names/resolutions won't transfer to another host).
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- Workspace rules wiki https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/
|
||||
-- Add your workspace rules here. Increment the workspace number as you go. Do not have duplicate workspaces.
|
||||
hl.workspace_rule({ workspace = "name:gaming", monitor = PRIMARY_MONITOR, default = true })
|
||||
hl.workspace_rule({ workspace = "1", monitor = MONITOR1, default = true, persistent = true })
|
||||
hl.workspace_rule({ workspace = "2", monitor = MONITOR1, default = true, persistent = true })
|
||||
hl.workspace_rule({ workspace = "3", monitor = MONITOR1, default = true, persistent = true })
|
||||
-- hl.workspace_rule({ workspace = "4", monitor = MONITOR2, default = true, persistent = true })
|
||||
-- hl.workspace_rule({ workspace = "5", monitor = MONITOR2, default = true, persistent = true })
|
||||
-- hl.workspace_rule({ workspace = "6", monitor = MONITOR2, default = true, persistent = true })
|
||||
Reference in New Issue
Block a user