Files
dotwryn/config/local/altaria/bin/beeg-game

16 lines
308 B
Plaintext
Raw Normal View History

#!/bin/zsh
2025-08-09 09:26:07 -06:00
[ $1 ] && RESOLUTION=$1 || RESOLUTION=4k
source ${0:a:h}/xorg.zsh ${RESOLUTION} ${@:2}
2025-08-09 09:26:07 -06:00
#DISABLE+=(splitter)
DISABLE+=(desk)
2025-06-04 11:44:55 -06:00
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-08-09 09:26:07 -06:00
${XRANDR_ARGS__splitter[@]} --pos 0x0 --primary \
;