diff --git a/.config/Vencord/settings/settings.json b/.config/Vencord/settings/settings.json index 2803353..9a9f017 100644 --- a/.config/Vencord/settings/settings.json +++ b/.config/Vencord/settings/settings.json @@ -19,7 +19,7 @@ "enabled": false }, "AnonymiseFileNames": { - "enabled": false + "enabled": true }, "BadgeAPI": { "enabled": true @@ -67,7 +67,9 @@ "closeAllFolders": false, "closeAllHomeButton": false, "closeOthers": false, - "forceOpen": false + "forceOpen": false, + "showFolderIcon": 1, + "keepIcons": false }, "BetterGifAltText": { "enabled": false @@ -328,7 +330,7 @@ "enabled": true, "useDevIcon": "GREYSCALE", "theme": "https://raw.githubusercontent.com/shikijs/shiki/0b28ad8ccfbf2615f2d9d38ea8255416b8ac3043/packages/shiki/themes/dark-plus.json", - "tryHljs": "ALWAYS", + "tryHljs": "PRIMARY", "bgOpacity": 100, "customTheme": "https://raw.githubusercontent.com/ajorgensen/vscode-nightfox/all-themes/themes/carbonfox-dark-theme.json" }, @@ -449,7 +451,7 @@ "preventCarouselFromClosingOnClick": true, "invertScroll": true, "zoom": 1, - "size": 100, + "size": 50, "zoomSpeed": 0.27926829268292686, "nearestNeighbour": false, "square": false @@ -599,6 +601,9 @@ }, "NoTypingAnimation": { "enabled": false + }, + "SuperReactionTweaks": { + "enabled": false } }, "notifications": { @@ -611,6 +616,6 @@ "authenticated": true, "url": "https://api.vencord.dev/", "settingsSync": true, - "settingsSyncVersion": 1698426449082 + "settingsSyncVersion": 1700750914881 } } \ No newline at end of file diff --git a/.config/vinegar/config.toml b/.config/vinegar/config.toml index 31ca0e4..5ca90c6 100644 --- a/.config/vinegar/config.toml +++ b/.config/vinegar/config.toml @@ -1,6 +1,6 @@ # See how to configure Vinegar on the documentation website: # https://vinegarhq.github.io/Configuration -wineroot = "/home/hyro/.local/share/lutris/runners/wine/lutris-GE-Proton8-13-x86_64" +wineroot = "/home/hyro/.local/share/lutris/runners/wine/lutris-GE-Proton8-15-x86_64" [env] WINEFSYNC = "1" @@ -14,7 +14,14 @@ DXVK_ENABLE_NVAPI="1" WINEDLLOVERRIDES="d3d10core,d3d11,d3d12,d3d12core,d3d9,d3dcompiler_33,d3dcompiler_34,d3dcompiler_35,d3dcompiler_36,d3dcompiler_37,d3dcompiler_38,d3dcompiler_39,d3dcompiler_40,d3dcompiler_41,d3dcompiler_42,d3dcompiler_43,d3dcompiler_46,d3dcompiler_47,d3dx10,d3dx10_33,d3dx10_34,d3dx10_35,d3dx10_36,d3dx10_37,d3dx10_38,d3dx10_39,d3dx10_40,d3dx10_41,d3dx10_42,d3dx10_43,d3dx11_42,d3dx11_43,d3dx9_24,d3dx9_25,d3dx9_26,d3dx9_27,d3dx9_28,d3dx9_29,d3dx9_30,d3dx9_31,d3dx9_32,d3dx9_33,d3dx9_34,d3dx9_35,d3dx9_36,d3dx9_37,d3dx9_38,d3dx9_39,d3dx9_40,d3dx9_41,d3dx9_42,d3dx9_43,dxgi,nvapi,nvapi64=n;winemenubuilder=" WINE_LARGE_ADDRESS_AWARE="1" +[global] +#dxvk = false +#renderer = "Vulkan" + [player] -channel = "zavatarteam2" -renderer = "Vulkan" dxvk = true +renderer = "Vulkan" +channel = "live" + +[studio] +#dxvk = false diff --git a/.zshrc b/.zshrc index 59d61df..d473477 100644 --- a/.zshrc +++ b/.zshrc @@ -131,3 +131,12 @@ esac export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" # bun end + +# ruby +export RUBY_INSTALL="$HOME/.local/share/gem/ruby/3.0.0/bin" +export PATH="$RUBY_INSTALL:$PATH" +# ruby end + +# python virtual env +export PYTHON_INSTALL="$HOME/.local/share/python-venv/bin" +export PATH="$PYTHON_INSTALL:$PATH"