Files
dotwryn/bin/altaria/smol-game
T

13 lines
256 B
Bash
Raw Normal View History

2024-04-13 17:04:57 -06:00
#!/bin/zsh
source ${0:a:h}/xorg.zsh
2024-07-30 21:07:43 -06:00
xrandr --output $XRANDR_OUTPUT__livingroom --off
2024-04-13 17:04:57 -06:00
XRANDR_SET \
2024-05-07 16:38:40 -06:00
--compositing enable \
2024-04-13 17:04:57 -06:00
--screen-blank disable \
--sound-effect gamedock \
2024-07-31 23:17:45 -06:00
${XRANDR_ARGS__smol__1440p[@]} --pos 0x0 --rate 180.00 --primary \
2024-04-13 17:04:57 -06:00
;
2024-07-30 21:07:43 -06:00