- added sync media directories
- zsh plugin update
This commit is contained in:
yage
2022-02-10 11:12:21 -07:00
committed by yage
parent 6f7fca0029
commit 4c274248f1
12 changed files with 43 additions and 30 deletions

View File

@ -2,12 +2,12 @@
source ${0:a:h}/common
xrandr \
--output HDMI-0 \
--output DP-0 \
--primary \
--mode 3840x2160 \
--rotate normal \
--pos 0x0 \
;
$DOTWRYN/bin/randomize-background
$DOTWRYN/bin/set-background random
PLAY_SFX login

View File

@ -44,7 +44,7 @@ DISCONNECT_OTHER() {
done
sleep 1
$DOTWRYN/bin/randomize-background
$DOTWRYN/bin/set-background random
[ $SFX ] && ( PLAY_SFX $SFX ) &
return 0