18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
|
#!/bin/zsh
|
||
|
source ${0:a:h}/common
|
||
|
|
||
|
xrandr \
|
||
|
--output eDP-1 \
|
||
|
--primary \
|
||
|
--auto \
|
||
|
--mode 1280x800 \
|
||
|
--rotate normal \
|
||
|
--pos 0x0 \
|
||
|
;
|
||
|
|
||
|
xset dpms 0 0 0 && xset s noblank && xset s off \
|
||
|
&& notify-send 'DPMS' 'disabled screen blank'
|
||
|
|
||
|
$DOTWRYN/bin/set-background random
|
||
|
PLAY_SFX gamedock
|