Files
dotwryn/bin/altaria/beeg-game
T

11 lines
222 B
Bash
Raw Normal View History

2023-08-03 11:54:37 -06:00
#!/bin/zsh
source ${0:a:h}/xorg.zsh
XRANDR_SET \
--compositing disable \
--screen-blank disable \
--background roy-art.jpg \
--sound-effect gamedock \
${XRANDR_ARGS__livingroom__2k[@]} --pos 0x0 --primary \
2023-08-03 11:54:37 -06:00
;