stuff and things
This commit is contained in:
parent
19059fd75a
commit
7e9daa986f
4 changed files with 11 additions and 8 deletions
7
steam/vrchat-launch-options.md
Normal file
7
steam/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 && 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`
|
|
@ -1,5 +0,0 @@
|
|||
# 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