diff --git a/f3d/config.json b/f3d/config.json new file mode 100644 index 0000000..5e861aa --- /dev/null +++ b/f3d/config.json @@ -0,0 +1,20 @@ +{ + ".*": { + "filename": true, + "hdri": "~/pictures/f3d_bg.png", + "bg-color": "0.5,0.5,0.55", + "roughness": 0.7, + "blur-background": true, + "progress": true, + "edges": false, + "fxaa": true, + "axis": true, + "grid": true, + "fps": true + }/*, // camera setting for fbx files exported with default settings in blender (they end up 100x bigger) + ".*fbx": { + "camera-position": "140,140,460", + "camera-focal-point": "-15,130,0" + }//*/ +} + diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css new file mode 100644 index 0000000..fd545ad --- /dev/null +++ b/firefox/treestyletab.css @@ -0,0 +1,12 @@ +tab-item { + font-family: sans; + font-size: 14px; + height: 20px; +} + +/* Show title of unread tabs */ +:root.sidebar tab-item.unread .label-content { + color: orange !important; + font-style: italic !important; + text-decoration: underline; +} diff --git a/install.conf.yaml b/install.conf.yaml index 5a74d50..89d054a 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -21,6 +21,7 @@ ~/.config/kitty/kitty.conf: kitty.conf ~/.config/btop/btop.conf: btop.conf ~/.config/mpv: mpv + ~/.config/f3d: f3d ~/bin/scripts: scripts - create: diff --git a/steam/vrchat-launch-options.txt b/steam/vrchat-launch-options.txt new file mode 100644 index 0000000..d3f5baa --- /dev/null +++ b/steam/vrchat-launch-options.txt @@ -0,0 +1 @@ +$(sleep 150 && notify-send "Gaming time?" "VRC has stayed open for 150s" --icon /home/crispypin/pictures/emotes/screech.gif) & PROTON_LOG=1 PROTON_LOG_DIR=/tmp %command% --melonloader.hideconsole \ No newline at end of file diff --git a/vscodium.json b/vscodium.json index 0ee65ec..c66fef4 100644 --- a/vscodium.json +++ b/vscodium.json @@ -35,11 +35,11 @@ "terminal.integrated.defaultProfile.linux": "fish", "rust.clippy_preference": "on", "workbench.colorTheme": "Catppuccin", - "rust-analyzer.inlayHints.parameterHints": false, "C_Cpp.renameRequiresIdentifier": false, - "window.zoomLevel": 1, "editor.renderWhitespace": "all", "terminal.integrated.fontFamily": "monospace", "markdown.preview.fontFamily": "sans", - "editor.bracketPairColorization.enabled": false + "editor.bracketPairColorization.enabled": false, + "rust-analyzer.inlayHints.parameterHints.enable": false, + "window.zoomLevel": 1 } \ No newline at end of file