21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
|
#!/bin/zsh
|
||
|
source ${0:a:h}/xorg.zsh
|
||
|
|
||
|
xrandr \
|
||
|
--output DP-0 \
|
||
|
--primary \
|
||
|
--mode 1920x1080 \
|
||
|
--rotate normal \
|
||
|
--pos 0x0 \
|
||
|
--output HDMI-0 \
|
||
|
--mode 1920x1080 \
|
||
|
--rotate normal \
|
||
|
--pos 0x0 \
|
||
|
;
|
||
|
|
||
|
(pkill compton; sleep 1; compton;) &
|
||
|
|
||
|
scwrypts desktop/screen-blank -- disable
|
||
|
scwrypts desktop/i3/set-background -- purple.jpg
|
||
|
scwrypts desktop/play-sound -- login
|