23 lines
465 B
Bash
Executable File
23 lines
465 B
Bash
Executable File
#!/bin/zsh
|
|
source ${0:a:h}/xorg.zsh
|
|
|
|
OUTPUT=DP-0
|
|
|
|
: \
|
|
&& scwrypts desktop/xrandr/disconnect-all \
|
|
&& xrandr \
|
|
--output $OUTPUT \
|
|
--mode 3840x2160 \
|
|
--rotate normal \
|
|
--pos 0x0 \
|
|
&& sleep 4 \
|
|
&& xrandr --output $OUTPUT --primary \
|
|
;
|
|
|
|
pkill compton
|
|
scwrypts desktop/pulse-audio/set-default-sink -- Komplete
|
|
|
|
scwrypts desktop/screen-blank -- disable
|
|
scwrypts desktop/i3/set-background -- roy-art.jpg
|
|
scwrypts desktop/play-sound -- gamedock
|