feat: migrated to chezmoi
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
-- Auto-generated by DMS — do not edit manually
|
||||
-- Templated by chezmoi: per-system monitor configuration.
|
||||
|
||||
{{ if eq .system "desktop" }}
|
||||
hl.monitor({ output = "", mode = "preferred", position = "0x0", scale = 1 })
|
||||
hl.monitor({ output = "HDMI-A-2", mode = "1920x1080@60.000", position = "6400x1080", scale = 1, vrr = 0 })
|
||||
hl.monitor({ output = "DP-2", mode = "3840x2160@120.000", position = "2560x0", scale = 1, vrr = 0 })
|
||||
hl.monitor({ output = "HDMI-A-1", mode = "2560x1440@119.998", position = "0x0", scale = 1, vrr = 0 })
|
||||
{{ else if eq .system "laptop" }}
|
||||
hl.monitor({ output = "", mode = "preferred", position = "0x0", scale = 1 })
|
||||
hl.monitor({ output = "eDP-1", mode = "preferred", position = "0x0", scale = 1 })
|
||||
{{ else }}
|
||||
-- server has no GUI; no monitors defined
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user