dotwryn/bin/xorg/umbreon/runedock
2022-05-24 09:33:55 -06:00

18 lines
297 B
Bash
Executable File

#!/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