Files
dotwryn/bin/altaria/office-game
T

11 lines
226 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 captain-falcon.jpg \
--sound-effect gamedock \
${XRANDR_ARGS__office__4k[@]} --pos 0x0 --primary \
2023-08-03 11:54:37 -06:00
;