add cvr config

This commit is contained in:
Crispy 2022-12-21 22:25:35 +01:00
parent 93dc4c94d2
commit 4d3e217f19
6 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
`$(python3 /home/crispypin/dotfiles/scripts/vrc-monitor.py) & touch /tmp/VRC_RUNNING && %command% --disable-videoplayers && rm /tmp/VRC_RUNNING`

View file

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

View file

@ -0,0 +1,7 @@
# vrchat launch options
## using script from this repo:
`$(python3 /home/crispypin/dotfiles/scripts/vrc-monitor.py) & touch /tmp/VRC_RUNNING && %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) & %command% --melonloader.hideconsole`