From 13033352e5e701c20ec096915ce631fe66d51e0b Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 31 Aug 2025 16:16:42 +0900 Subject: [PATCH] Fix hyprshot path --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cde340e..9b1504e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -15,7 +15,7 @@ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 env = GTK_THEME,Adwaita:dark env = QT_QPA_PLATFORMTHEME,qt5ct -env = HYPRSHOT_DIR,${HOME}/Screenshots +env = HYPRSHOT_DIR,~/Screenshots ################ ### MONITORS ###