From 84e670004f797f30b89298daf4de7b842fda4f26 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 6 Jun 2024 15:23:22 -0500 Subject: Set XDG_CURRENT_DESKTOP to Hyprland This should help something or other involving portals. Idk. --- sh/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') 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 -- cgit v1.2.3