umbreon display changes

This commit is contained in:
Wryn (yage) Wagner 2022-05-24 09:33:55 -06:00
parent be200795a4
commit 300c58909d
3 changed files with 23 additions and 0 deletions

View File

@ -12,5 +12,8 @@ xrandr \
--off \
;
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

17
bin/xorg/umbreon/runedock Executable file
View File

@ -0,0 +1,17 @@
#!/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

View File

@ -12,5 +12,8 @@ xrandr \
--off \
;
xset +dpms && xset s blank && xset s on \
&& notify-send 'DPMS' 'enabled screen blank'
$DOTWRYN/bin/set-background random
PLAY_SFX gamedock