add f3d config, vrchat launch options, treestyletab css
This commit is contained in:
parent
328fff9ab1
commit
de58d68cc0
5 changed files with 37 additions and 3 deletions
20
f3d/config.json
Normal file
20
f3d/config.json
Normal file
|
@ -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"
|
||||
}//*/
|
||||
}
|
||||
|
12
firefox/treestyletab.css
Normal file
12
firefox/treestyletab.css
Normal file
|
@ -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;
|
||||
}
|
|
@ -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:
|
||||
|
|
1
steam/vrchat-launch-options.txt
Normal file
1
steam/vrchat-launch-options.txt
Normal file
|
@ -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
|
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue