updated config; updated umbreon xorg functions

This commit is contained in:
2022-08-09 13:27:44 -06:00
parent 6a8fced92a
commit 0a4924b70b
8 changed files with 16 additions and 110 deletions

View File

@ -1,2 +1,3 @@
#!/bin/zsh
source $HOME/.config/wryn/env.zsh
[ ! $DISPLAY ] && export DISPLAY=:0

View File

@ -2,7 +2,7 @@
source ${0:a:h}/common
xrandr \
--output DP-3 \
--output DP-3-1 \
--primary \
--auto \
--mode 1920x1080 \
@ -15,5 +15,7 @@ xrandr \
xset dpms 0 0 0 && xset s noblank && xset s off \
&& notify-send 'DPMS' 'disabled screen blank'
(pkill compton; sleep 0.5; compton;) &
$DOTWRYN/bin/set-background random
PLAY_SFX gamedock

View File

@ -5,11 +5,14 @@ xrandr \
--output eDP-1 \
--primary \
--auto \
--mode 1280x800 \
--mode 960x600 \
--rotate normal \
--rate 60 \
--pos 0x0 \
;
pkill compton
xset dpms 0 0 0 && xset s noblank && xset s off \
&& notify-send 'DPMS' 'disabled screen blank'

View File

@ -8,12 +8,14 @@ xrandr \
--mode 1920x1200 \
--rotate normal \
--pos 0x0 \
--output DP-3 \
--output DP-3-1 \
--off \
;
xset +dpms && xset s blank && xset s on \
&& notify-send 'DPMS' 'enabled screen blank'
(pkill compton; sleep 0.5; compton;) &
$DOTWRYN/bin/set-background random
PLAY_SFX gamedock