blob: 01f731a4eadf0041bb6589fa32cc686c365144fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
xrandr \
--output HDMI-0 --mode 1920x1080 --pos 3120x0 --rotate normal \
--output DP-0 --off \
--output DP-1 --off \
--output DP-2 --mode 1680x1050 --pos 0x0 --rotate normal \
--output DP-3 --off \
--output DP-4 --primary --mode 2560x1440 --rate 180 --pos 1680x0 --rotate normal \
--output DP-5 --off
setwp "$HOME"/pics/wp.png
|