mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30: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" }}
|
||||
xinput set-prop 10 306 1 &
|
||||
{{- 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 &
|
||||
numlockx on &
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue