mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Set monitor refresh rate at login
This commit is contained in:
parent
a1bf8e09e7
commit
d08fbd127d
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue