2022-08-10 04:26:39 +00:00
|
|
|
#!/bin/zsh
|
2022-08-22 22:40:57 +00:00
|
|
|
source ${0:a:h}/xorg.zsh
|
2022-08-10 04:26:39 +00:00
|
|
|
|
|
|
|
xrandr \
|
|
|
|
--output DP-0 \
|
|
|
|
--off \
|
2023-06-27 22:53:59 +00:00
|
|
|
--output HDMI-0 \
|
2022-08-10 04:26:39 +00:00
|
|
|
--primary \
|
|
|
|
--mode 3840x2160 \
|
|
|
|
--rotate normal \
|
2023-06-27 22:53:59 +00:00
|
|
|
--pos 0x0 \
|
2022-08-10 04:26:39 +00:00
|
|
|
;
|
|
|
|
|
2023-06-27 22:53:59 +00:00
|
|
|
pkill compton
|
2022-08-10 04:26:39 +00:00
|
|
|
|
2023-06-27 22:53:59 +00:00
|
|
|
scwrypts desktop/screen-blank -- disable
|
|
|
|
scwrypts desktop/i3/set-background -- roy-art.jpg
|
|
|
|
scwrypts desktop/play-sound -- gamedock
|