#!/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__smol[@]} --pos 0x0 --primary \ ;