summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-06 15:23:22 -0500
committerzachir <zachir@librem.one>2024-06-06 15:32:40 -0500
commit84e670004f797f30b89298daf4de7b842fda4f26 (patch)
treed769038983f7b19a6df932bb8fbb949b7083877d /sh
parent7300dbfe7b58e465fefcf9b7e1f44342ab3f6b9b (diff)
Set XDG_CURRENT_DESKTOP to Hyprland
This should help something or other involving portals. Idk.
Diffstat (limited to 'sh')
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index 14e805f..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