updated config; updated umbreon xorg functions
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
#!/bin/zsh
|
||||
source $HOME/.config/wryn/env.zsh
|
||||
[ ! $DISPLAY ] && export DISPLAY=:0
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user