2018-12-21 16:38:50 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2019-03-23 15:11:14 +00:00
|
|
|
xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
|
|
|
sleep 2
|
|
|
|
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
|
|
|
sleep 2
|
2018-12-21 16:38:50 +00:00
|
|
|
xrandr --output eDP1 --off
|
2019-03-23 15:11:14 +00:00
|
|
|
xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal
|
2018-12-21 16:38:50 +00:00
|
|
|
|
|
|
|
xset s off
|
|
|
|
|
|
|
|
sudo rfkill block wifi
|