replace hypr config to template
This commit is contained in:
parent
f9ea40a68f
commit
ea23903b2a
1 changed files with 6 additions and 1 deletions
|
@ -24,10 +24,15 @@ autogenerated = 0 # remove this line to remove the warning
|
|||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor=,preferred,auto,auto
|
||||
|
||||
monitor=,preferred,auto,auto
|
||||
|
||||
# machine-specific configuration
|
||||
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
|
||||
monitor = DVI-I-2, 1920x1080, 0x0, 1
|
||||
monitor = DVI-I-1, 1920x1080, 1920x0, 1
|
||||
monitor = eDP-1, 1920x1080, 3840x0, 1
|
||||
{{- end }}
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
Loading…
Add table
Reference in a new issue