add cvr config
This commit is contained in:
parent
93dc4c94d2
commit
4d3e217f19
6 changed files with 3 additions and 1 deletions
1
steam/launch-options/cvr-launch-options.md
Normal file
1
steam/launch-options/cvr-launch-options.md
Normal file
|
@ -0,0 +1 @@
|
|||
`$(python3 /home/crispypin/dotfiles/scripts/vrc-monitor.py) & touch /tmp/VRC_RUNNING && %command% --disable-videoplayers && rm /tmp/VRC_RUNNING`
|
1
steam/launch-options/steamvr-launch-options.txt
Normal file
1
steam/launch-options/steamvr-launch-options.txt
Normal file
|
@ -0,0 +1 @@
|
|||
RADV_DEBUG=zerovram %command%
|
7
steam/launch-options/vrchat-launch-options.md
Normal file
7
steam/launch-options/vrchat-launch-options.md
Normal 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`
|
Loading…
Add table
Add a link
Reference in a new issue