add script that relaunches SteamVR and VRChat when VRChat crashes
This commit is contained in:
parent
de58d68cc0
commit
278bedcd1e
4 changed files with 41 additions and 2 deletions
1
steam/steamvr-launch-options.txt
Normal file
1
steam/steamvr-launch-options.txt
Normal file
|
@ -0,0 +1 @@
|
|||
RADV_DEBUG=zerovram %command%
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue