config swap & a couple of bugs

This commit is contained in:
2025-08-09 09:26:07 -06:00
parent 882ea6ebc1
commit 0efb33c947
24 changed files with 158 additions and 137 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/zsh
source ${0:a:h}/xorg.zsh $@
[ $1 ] && RESOLUTION=$1 || RESOLUTION=4k
source ${0:a:h}/xorg.zsh ${RESOLUTION} ${@:2}
DISABLE+=(livingroom)
DISABLE+=(bedroom)
#DISABLE+=(smol)
DISABLE+=(splitter)
#DISABLE+=(desk)
XRANDR_OFF ${DISABLE[@]}
@@ -11,5 +11,5 @@ XRANDR_SET \
--compositing enable \
--screen-blank disable \
--sound-effect gamedock \
${XRANDR_ARGS__smol[@]} --pos 0x0 --primary \
${XRANDR_ARGS__desk[@]} --pos 0x0 --primary \
;