dotfiles/X/.xprofile

8 lines
186 B
Plaintext
Raw Normal View History

#!/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