Files
dotwryn/config/local/altaria/bin/smol-game
T

11 lines
245 B
Bash
Raw Normal View History

2024-04-13 17:04:57 -06:00
#!/bin/zsh
2025-08-09 09:26:07 -06:00
[ $1 ] && RESOLUTION=$1 || RESOLUTION=4k
source ${0:a:h}/xorg.zsh ${RESOLUTION} ${@:2}
2024-04-13 17:04:57 -06:00
XRANDR_SET \
2026-09-03 21:03:02 -06:00
--compositing disable \
2024-04-13 17:04:57 -06:00
--screen-blank disable \
--sound-effect gamedock \
2025-08-09 09:26:07 -06:00
${XRANDR_ARGS__desk[@]} --pos 0x0 --primary \
2024-04-13 17:04:57 -06:00
;