12 lines
250 B
Bash
Executable File
12 lines
250 B
Bash
Executable File
#!/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
|