add script that relaunches SteamVR and VRChat when VRChat crashes

This commit is contained in:
Crispy 2022-05-22 18:38:43 +02:00
parent de58d68cc0
commit 278bedcd1e
4 changed files with 41 additions and 2 deletions

View file

@ -0,0 +1 @@
RADV_DEBUG=zerovram %command%

View file

@ -1 +1,5 @@
$(sleep 150 && notify-send "Gaming time?" "VRC has stayed open for 150s" --icon /home/crispypin/pictures/emotes/screech.gif) & PROTON_LOG=1 PROTON_LOG_DIR=/tmp %command% --melonloader.hideconsole
# uses script from this repo
$(python3 /home/crispypin/dotfiles/scripts/vrc-monitor.py) & touch /tmp/VRC_RUNNING && PROTON_LOG=1 PROTON_LOG_DIR=/tmp %command% --melonloader.hideconsole && rm /tmp/VRC_RUNNING
# simple, standalone:
$(sleep 150 && notify-send "Gaming time?" "VRChat was launched 150s ago" --icon /home/crispypin/pictures/emotes/screech.gif) & PROTON_LOG=1 PROTON_LOG_DIR=/tmp %command% --melonloader.hideconsole