update
This commit is contained in:
parent
e6b5fadf8b
commit
7c23db6734
3 changed files with 12 additions and 5 deletions
|
@ -1,7 +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`
|
||||
`$(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) & PROTON_LOG=1 PROTON_LOG_DIR=/tmp %command% --melonloader.hideconsole`
|
||||
`$(sleep 150 && notify-send "Gaming time?" "VRChat was launched 150s ago" --icon /home/crispypin/pictures/emotes/screech.gif) & %command% --melonloader.hideconsole`
|
||||
|
|
6
templates/godot.gitignore
Normal file
6
templates/godot.gitignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Godot-specific ignores
|
||||
.import/
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
|
@ -19,7 +19,7 @@
|
|||
"liveServer.settings.root": "docs/",
|
||||
"liveServer.settings.donotVerifyTags": true,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.fontFamily": "sans, \"linja pona\", mono",
|
||||
"editor.fontFamily": "monoa,sans, \"linja pona\", mono",
|
||||
"editor.minimap.renderCharacters": false,
|
||||
"Lua.telemetry.enable": false,
|
||||
"Lua.workspace.library": [
|
||||
|
@ -33,7 +33,7 @@
|
|||
"editor.copyWithSyntaxHighlighting": false,
|
||||
"terminal.integrated.defaultProfile.linux": "fish",
|
||||
"rust.clippy_preference": "on",
|
||||
"workbench.colorTheme": "Catppuccin",
|
||||
"workbench.colorTheme": "Catppuccin Mocha",
|
||||
"C_Cpp.renameRequiresIdentifier": false,
|
||||
"editor.renderWhitespace": "all",
|
||||
"terminal.integrated.fontFamily": "monospace",
|
||||
|
@ -43,5 +43,6 @@
|
|||
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||
"editor.fontLigatures": true,
|
||||
"editor.wordWrap": "on",
|
||||
"window.zoomLevel": 1
|
||||
"window.zoomLevel": 1,
|
||||
"redhat.telemetry.enabled": false
|
||||
}
|
Loading…
Reference in a new issue