2024-05-25 19:58:37 +00:00
|
|
|
#!/bin/sh
|
|
|
|
xrandr --setprovideroutputsource modesetting NVIDIA-G0
|
|
|
|
xrandr --auto
|
|
|
|
xrandr --output DP-0 --primary
|
|
|
|
xrandr --output DP-2 --left-of DP-0
|
2024-10-08 11:09:26 +00:00
|
|
|
xrandr --output DP-1-3 --right-of DP-0 --rotate left
|
2024-05-25 19:58:37 +00:00
|
|
|
|
2024-06-20 12:41:13 +00:00
|
|
|
xinput --set-prop 11 "libinput Accel Profile Enabled" 0, 1, 0
|
|
|
|
xinput --set-prop 11 "libinput Accel Speed" 0.4
|