Update dotfiles (2026-03-03 22:48:21)

This commit is contained in:
Zacharias-Brohn
2026-03-03 22:48:21 +01:00
parent 82feed13af
commit 6fb1c7d1a2
57 changed files with 98 additions and 54 deletions
Regular → Executable
View File
Regular → Executable
+4 -1
View File
@@ -14,6 +14,9 @@ export GDK_SCALE=1
export GDK_BACKEND="wayland,x11,*"
export CLUTTER_BACKEND=wayland
# wezterm
export WEZTERM_CONFIG_FILE="$XDG_CONFIG_HOME/wezterm/wezterm.lua"
# Mozilla
export MOZ_ENABLE_WAYLAND=1
export MOZ_DISABLE_RDD_SANDBOX=1
@@ -50,7 +53,7 @@ export EGL_PLATFORM=wayland
# export __GL_GSYNC_ALLOWED=0
# export __GL_VRR_ALLOWED=0
export __GL_SHADER_DISK_CACHE_SIZE=12000000000
export __GL_SHADER_DISK_CACHE_SIZE=36000000000
# Go
export GOBIN="/home/zach/.config/goinstall/bin"
Regular → Executable
View File