scwrypts v5 stuff

This commit is contained in:
2025-06-04 11:44:55 -06:00
parent f6acbd3cb7
commit 882ea6ebc1
8 changed files with 129 additions and 58 deletions

View File

@@ -1,12 +1,15 @@
#!/bin/zsh
source ${0:a:h}/xorg.zsh
source ${0:a:h}/xorg.zsh $@
xrandr --output $XRANDR_OUTPUT__smol --off
#DISABLE+=(livingroom)
DISABLE+=(bedroom)
DISABLE+=(smol)
XRANDR_OFF ${DISABLE[@]}
XRANDR_SET \
--compositing disable \
--compositing enable \
--screen-blank disable \
--background roy-art.jpg \
--sound-effect gamedock \
${XRANDR_ARGS__livingroom__1440p[@]} --pos 0x0 --primary \
${XRANDR_ARGS__livingroom[@]} --pos 0x0 --primary \
;