summaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-06 15:33:59 -0500
committerzachir <zachir@librem.one>2024-06-06 15:33:59 -0500
commit22cc3518826b714d54535abb0480b8699d720d53 (patch)
tree4c10d1a3520cbe173ef2698633ad81f89bac8648 /sh/profile
parent83972d16872ee0181387808d1814d7c323a59dae (diff)
parentf2956712c043c592e1c52eedbd4a901e8bb7423f (diff)
Merge branch 'master' into cascas
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index b18500d..760fae9 100644
--- a/sh/profile
+++ b/sh/profile
@@ -3,7 +3,7 @@ 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"}
. "$HOME/.config/user-dirs.dirs"
-export XDG_CURRENT_DESKTOP="i3"
+export XDG_CURRENT_DESKTOP="Hyprland"
export XDG_DOCUMENTS_DIR=${HOME}/Documents
export XDG_DOWNLOAD_DIR=${HOME}/Downloads
export XDG_DESKTOP_DIR=${HOME}/Desktop
@@ -51,6 +51,9 @@ export RENPY_PATH_TO_SAVES="$XDG_DATA_HOME"
export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc
export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/Xauthority
export VIMINIT="set nocp | source ${XDG_CONFIG_HOME:-$HOME.config}/vim/vimrc"
+export ANDROID_USER_HOME="$XDG_DATA_HOME"/android
+export XCURSOR_PATH="$XDG_DATA_HOME/icons"
+export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/pythonrc
# Scaling
export QT_AUTO_SCREEN_SCALE_FACTOR=0