summaryrefslogtreecommitdiffstats
path: root/.local/bin/scr2
blob: 6631c010908f55bd4ab0d9d1fd8655a903c69a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

if [ $1 == "low" ]; then
	xrandr \
		--output HDMI-0 --mode 1920x1080 --pos 1920x0 --rotate normal \
		--output DP-0 --off \
		--output DP-1 --off \
		--output DP-2 --off \
		--output DP-3 --off \
		--output DP-4 --primary --mode 1920x1080 --rate 144 --pos 0x0 --rotate normal \
		--output DP-5 --off
else
	xrandr \
		--output HDMI-0 --mode 1920x1080 --pos 2560x0 --rotate normal \
		--output DP-0 --off \
		--output DP-1 --off \
		--output DP-2 --off \
		--output DP-3 --off \
		--output DP-4 --primary --mode 2560x1440 --rate 144 --pos 0x0 --rotate normal \
		--output DP-5 --off
fi

setwp "$HOME"/pics/wp.png