10 lines
310 B
Bash
10 lines
310 B
Bash
#!/bin/sh
|
|
xrandr --setprovideroutputsource modesetting NVIDIA-G0
|
|
xrandr --auto
|
|
xrandr --output DP-0 --primary
|
|
xrandr --output DP-2 --left-of DP-0
|
|
xrandr --output DP-1-3 --right-of DP-0 --rotate left
|
|
|
|
xinput --set-prop 11 "libinput Accel Profile Enabled" 0, 1, 0
|
|
xinput --set-prop 11 "libinput Accel Speed" 0.4
|