2019-06-20 14:26:16 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
|
|
|
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
2019-07-24 10:54:36 +00:00
|
|
|
sleep 1
|
2019-06-20 14:26:16 +00:00
|
|
|
xrandr --output eDP1 --off
|
2019-07-24 10:54:36 +00:00
|
|
|
xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal
|
2019-06-20 14:26:16 +00:00
|
|
|
|
|
|
|
xset s off
|
|
|
|
|
|
|
|
~/.fehbg
|
|
|
|
|
|
|
|
sudo rfkill block wifi
|
2019-11-19 18:52:51 +00:00
|
|
|
sudo netctl start enp0s31f6-dhcp
|