Set monitor refresh rate at login

This commit is contained in:
Andrew Scott 2023-03-12 23:59:20 -04:00
parent a1bf8e09e7
commit d08fbd127d
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -39,6 +39,7 @@ xinput set-prop 13 303 1 &
{{- else if eq .chezmoi.hostname "triangulum" }} {{- else if eq .chezmoi.hostname "triangulum" }}
xinput set-prop 10 306 1 & xinput set-prop 10 306 1 &
{{- else if eq .chezmoi.hostname "hydrus" }} {{- else if eq .chezmoi.hostname "hydrus" }}
xrandr --output DP-1 --mode 1920x1080 --rate 144.00 --output DP-2 --mode 1920x1080 --rate 60.00 &
xset m 10/10 100 r rate 500 30 b on & xset m 10/10 100 r rate 500 30 b on &
numlockx on & numlockx on &
{{- end }} {{- end }}