Files
dotwryn/bin/altaria/beeg-game
T

13 lines
266 B
Bash
Raw Normal View History

2023-08-03 11:54:37 -06:00
#!/bin/zsh
source ${0:a:h}/xorg.zsh
2024-07-30 21:07:43 -06:00
xrandr --output $XRANDR_OUTPUT__smol --off
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
;