8 lines
196 B
Bash
Executable File
8 lines
196 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
xrandr --output HDMI-1-0 --off
|
|
xrandr --output eDP-1 --mode 2560x1600
|
|
|
|
scwrypts desktop i3 set background -- $(scwrypts -n get theme).jpg
|
|
scwrypts desktop screen blank -- disable
|