16 lines
272 B
Plaintext
Raw Permalink Normal View History

#!/bin/zsh
2025-06-04 11:44:55 -06:00
source ${0:a:h}/xorg.zsh $@
2025-06-04 11:44:55 -06:00
#DISABLE+=(livingroom)
DISABLE+=(bedroom)
DISABLE+=(smol)
XRANDR_OFF ${DISABLE[@]}
2024-07-30 21:07:43 -06:00
XRANDR_SET \
2025-06-04 11:44:55 -06:00
--compositing enable \
--screen-blank disable \
--sound-effect gamedock \
2025-06-04 11:44:55 -06:00
${XRANDR_ARGS__livingroom[@]} --pos 0x0 --primary \
;