diff --git a/steam/vrchat-launch-options.md b/steam/vrchat-launch-options.md index 42b5fc5..86f8893 100644 --- a/steam/vrchat-launch-options.md +++ b/steam/vrchat-launch-options.md @@ -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` diff --git a/templates/godot.gitignore b/templates/godot.gitignore new file mode 100644 index 0000000..4964ec9 --- /dev/null +++ b/templates/godot.gitignore @@ -0,0 +1,6 @@ +# Godot-specific ignores +.import/ + +# Mono-specific ignores +.mono/ +data_*/ diff --git a/vscodium.json b/vscodium.json index ac106a0..f4ad4d9 100644 --- a/vscodium.json +++ b/vscodium.json @@ -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 } \ No newline at end of file