2025-06-04 11:44:55 -06:00

16 lines
272 B
Bash
Executable File

#!/bin/zsh
source ${0:a:h}/xorg.zsh $@
#DISABLE+=(livingroom)
DISABLE+=(bedroom)
DISABLE+=(smol)
XRANDR_OFF ${DISABLE[@]}
XRANDR_SET \
--compositing enable \
--screen-blank disable \
--sound-effect gamedock \
${XRANDR_ARGS__livingroom[@]} --pos 0x0 --primary \
;