From 2dcd24d371b6335a8a3f2c8937847719a3b00cb5 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Tue, 17 Jun 2025 01:42:42 +0400 Subject: rocks in progress --- zsh/.zshenv | 12 ++++++++++++ 1 file changed, 12 insertions(+) mode change 100644 => 100755 zsh/.zshenv (limited to 'zsh/.zshenv') diff --git a/zsh/.zshenv b/zsh/.zshenv old mode 100644 new mode 100755 index b2783f6..7210cc0 --- 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" -- cgit v1.2.3