forked from kunsi/dotfiles
13 lines
303 B
Bash
Executable file
13 lines
303 B
Bash
Executable file
#!/bin/sh
|
|
|
|
xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
|
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
|
sleep 1
|
|
xrandr --output eDP1 --off
|
|
xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal
|
|
|
|
xset s off
|
|
|
|
~/.fehbg
|
|
|
|
sudo rfkill block wifi
|