dotfiles/steam/launch-options/vrchat-launch-options.md

8 lines
393 B
Markdown
Raw Permalink Normal View History

2022-05-28 14:13:11 +02:00
# vrchat launch options
## using script from this repo:
2022-08-30 12:34:44 +02:00
`$(python3 /home/crispypin/dotfiles/scripts/vrc-monitor.py) & touch /tmp/VRC_RUNNING && %command% --melonloader.hideconsole && rm /tmp/VRC_RUNNING`
2022-05-28 14:13:11 +02:00
## simple standalone:
2022-08-30 12:34:44 +02:00
`$(sleep 150 && notify-send "Gaming time?" "VRChat was launched 150s ago" --icon /home/crispypin/pictures/emotes/screech.gif) & %command% --melonloader.hideconsole`