Finally working display toggle
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{- range .Monitors}}
|
||||
{{- if eq .Name "eDP-1"}}
|
||||
hl.monitor({ output = "eDP-1", mode = "2560x1600@48.00", position = "320x1440", scale = 1.3333334, disabled = false })
|
||||
{{- else}}
|
||||
hl.monitor({ output = "{{.Name}}", mode = "preferred", position = "auto", scale = 1, disabled = false })
|
||||
{{- end}}
|
||||
{{- end}}
|
||||
Reference in New Issue
Block a user