14 lines
256 B
Bash
14 lines
256 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
||
|
xrandr --output DP2-1 --mode 1920x1080 --pos 1920x0 --rotate normal
|
||
|
xrandr --output eDP1 --off
|
||
|
xrandr --output DP2-3 --off
|
||
|
|
||
|
|
||
|
xset s off
|
||
|
|
||
|
~/.fehbg
|
||
|
|
||
|
sudo rfkill block wifi
|