summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 09:27:23 -0500
committerzachir <zachir@librem.one>2023-10-19 09:27:23 -0500
commit6fc306058654575a301cd4c87f15a69303a1cbbd (patch)
treee997e5a7c6dbf8c1e2d4a0c59c69c95afda5f11d
parent2a09e8cc03312e25f5f51d9583c9ff5d05c51530 (diff)
Update sh profile
-rw-r--r--sh/profile4
1 files changed, 2 insertions, 2 deletions
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"