diff options
author | Daniil Rozanov <dev@rozanov.info> | 2025-06-17 01:42:42 +0400 |
---|---|---|
committer | Daniil Rozanov <dev@rozanov.info> | 2025-06-17 01:42:42 +0400 |
commit | 2dcd24d371b6335a8a3f2c8937847719a3b00cb5 (patch) | |
tree | 7eb987c5b7385d655627b12b4046116a4fd80c5f /zsh/.zshenv | |
parent | f8649f2913cab3e9c381dfe3d23016866bdf0929 (diff) |
rocks in progress
Diffstat (limited to 'zsh/.zshenv')
-rwxr-xr-x[-rw-r--r--] | zsh/.zshenv | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index b2783f6..7210cc0 100644..100755 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,2 +1,14 @@ # ZSH config dir export ZDOTDIR=$HOME/.config/zsh + +# TODO: DELETE THIS AS SOON AS THIS WILL BE UNNECESSARY +# This is just a fix of some gtk bug which stops opening +# transmission, pavucontrol and maybe other +export GSK_RENDERER=ngl + +export XDG_CACHE_HOME=$HOME/.cache +export XDG_CONFIG_HOME=$HOME/.config +export XDG_DATA_HOME=$HOME/.local/share +export XDG_STATE_HOME=$HOME/.local/state + +[[ -f "$XDG_CONFIG_HOME/user-dirs.dirs" ]] && . "$XDG_CONFIG_HOME/user-dirs.dirs" |