umbreon display changes
This commit is contained in:
parent
be200795a4
commit
300c58909d
@ -12,5 +12,8 @@ xrandr \
|
|||||||
--off \
|
--off \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
xset dpms 0 0 0 && xset s noblank && xset s off \
|
||||||
|
&& notify-send 'DPMS' 'disabled screen blank'
|
||||||
|
|
||||||
$DOTWRYN/bin/set-background random
|
$DOTWRYN/bin/set-background random
|
||||||
PLAY_SFX gamedock
|
PLAY_SFX gamedock
|
||||||
|
17
bin/xorg/umbreon/runedock
Executable file
17
bin/xorg/umbreon/runedock
Executable 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
|
@ -12,5 +12,8 @@ xrandr \
|
|||||||
--off \
|
--off \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
xset +dpms && xset s blank && xset s on \
|
||||||
|
&& notify-send 'DPMS' 'enabled screen blank'
|
||||||
|
|
||||||
$DOTWRYN/bin/set-background random
|
$DOTWRYN/bin/set-background random
|
||||||
PLAY_SFX gamedock
|
PLAY_SFX gamedock
|
||||||
|
Loading…
Reference in New Issue
Block a user