13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
|
#!/bin/zsh
|
||
|
source ${0:a:h}/common
|
||
|
|
||
|
xrandr \
|
||
|
--output HDMI-0 \
|
||
|
--primary \
|
||
|
--mode 3840x2160 \
|
||
|
--rotate normal \
|
||
|
--pos 0x0 \
|
||
|
;
|
||
|
|
||
|
PLAY_SFX login
|