2022-02-06 07:15:14 +00:00
|
|
|
#!/bin/zsh
|
|
|
|
source ${0:a:h}/common
|
|
|
|
|
2022-08-10 04:26:39 +00:00
|
|
|
xrandr --output HDMI-0 --mode 3840x2160; sleep 1
|
|
|
|
|
2022-02-06 07:15:14 +00:00
|
|
|
xrandr \
|
2022-02-10 18:12:21 +00:00
|
|
|
--output DP-0 \
|
2022-08-10 04:26:39 +00:00
|
|
|
--mode 3840x2160 \
|
|
|
|
--rotate normal \
|
|
|
|
--pos 0x0 \
|
|
|
|
--output DP-2 \
|
|
|
|
--primary \
|
|
|
|
--mode 4096x2160 \
|
|
|
|
--rotate normal \
|
|
|
|
--left-of DP-0 \
|
2022-02-06 07:15:14 +00:00
|
|
|
;
|
|
|
|
|
2022-08-10 04:26:39 +00:00
|
|
|
(pkill compton; sleep 1; compton;) &
|
|
|
|
|
2022-02-10 18:12:21 +00:00
|
|
|
$DOTWRYN/bin/set-background random
|
2022-02-06 07:15:14 +00:00
|
|
|
PLAY_SFX login
|
2022-08-10 04:26:39 +00:00
|
|
|
|
|
|
|
xset dpms 0 0 0 && xset s noblank && xset s off \
|
|
|
|
&& notify-send 'DPMS' 'disabled screen blank'
|