From da23a4ba550b8f2313d8cdc8b5ef24c45c680260 Mon Sep 17 00:00:00 2001 From: zsmith Date: Tue, 9 Sep 2025 11:26:56 -0500 Subject: Add XDG_PICTURES_DIR to profile --- sh/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/profile b/sh/profile index 068b6f1..921e1de 100644 --- a/sh/profile +++ b/sh/profile @@ -7,6 +7,7 @@ export XDG_CURRENT_DESKTOP="Hyprland" export XDG_DOCUMENTS_DIR=${HOME}/Documents export XDG_DOWNLOAD_DIR=${HOME}/Downloads export XDG_DESKTOP_DIR=${HOME}/Desktop +export XDG_PICTURES_DIR=${HOME}/Pictures export XDG_STATE_HOME="${HOME}/.local/state" export XDG_VIDEOS_DIR=${HOME}/Videos -- cgit v1.2.3