17 lines
227 B
Bash
Executable File
17 lines
227 B
Bash
Executable File
#!/bin/zsh
|
|
source ${0:a:h}/common
|
|
|
|
xrandr \
|
|
--output DP-3 \
|
|
--primary \
|
|
--auto \
|
|
--mode 1920x1080 \
|
|
--rotate normal \
|
|
--pos 0x0 \
|
|
--output eDP-1 \
|
|
--off \
|
|
;
|
|
|
|
$DOTWRYN/bin/set-background random
|
|
PLAY_SFX gamedock
|