blob: 1724e90f0b107f9bacc4cafb172a3aa0a18a1687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
xrandr \
--output HDMI-0 --mode 1920x1080 --pos 4260x0 --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
|