From 6fc306058654575a301cd4c87f15a69303a1cbbd Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 19 Oct 2023 09:27:23 -0500 Subject: Update sh profile --- sh/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh') diff --git a/sh/profile b/sh/profile index 79151b9..f8cbd7e 100644 --- a/sh/profile +++ b/sh/profile @@ -2,7 +2,7 @@ . /etc/profile [ -f /etc/profile.d/nix-daemon.sh ] && . /etc/profile.d/nix-daemon.sh -# Other XDG vars +# Other XDG paths export XDG_DATA_HOME=${XDG_DATA_HOME:="$HOME/.local/share"} export XDG_CACHE_HOME=${XDG_CACHE_HOME:="$HOME/.cache"} export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:="$HOME/.config"} @@ -13,7 +13,6 @@ export XDG_DOWNLOAD_DIR=${HOME}/Downloads export XDG_DESKTOP_DIR=${HOME}/Desktop export XDG_VIDEOS_DIR=${HOME}/Videos - # Doesn't seem to work export ANDROID_SDK_HOME="$XDG_CONFIG_HOME"/android export ANDROID_AVD_HOME="$XDG_DATA_HOME"/android/ @@ -61,6 +60,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct # Fix wayland stuff export MOZ_ENABLE_WAYLAND=1 export XKB_DEFAULT_OPTIONS=caps:escape +export XDG_CURRENT_DESKTOP=Unity # Default Apps export EDITOR="nvim" -- cgit v1.2.3