12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
|
#!/bin/zsh
|
||
|
|
||
|
xrandr --auto
|
||
|
|
||
|
xrandr --output HDMI-1-0 --off
|
||
|
sleep 1
|
||
|
xrandr --output HDMI-1-0 --mode 1920x1080
|
||
|
xrandr --output eDP-1 --off
|
||
|
|
||
|
scwrypts desktop i3 set background -- $(scwrypts -n get theme).jpg
|
||
|
scwrypts desktop screen blank -- disable
|