blob: 4651ad016b6dc55c96082695f45e6b0e6d110f46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
xrandr \
--output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \
--output DP-0 --off \
--output DP-1 --off \
--output DP-2 --off \
--output DP-3 --off \
--output DP-4 --off \
--output DP-5 --off
setwp "$HOME"/pics/wp.png
|