MISC
- added sync media directories - zsh plugin update
This commit is contained in:
@ -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
|
||||
|
@ -44,7 +44,7 @@ DISCONNECT_OTHER() {
|
||||
done
|
||||
|
||||
sleep 1
|
||||
$DOTWRYN/bin/randomize-background
|
||||
$DOTWRYN/bin/set-background random
|
||||
|
||||
[ $SFX ] && ( PLAY_SFX $SFX ) &
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user