aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-05-19 23:23:05 -0400
committerGitHub <noreply@github.com>2025-05-19 23:23:05 -0400
commit77e2bfdce889d09921a853c174fa13c081e697e2 (patch)
tree46f1343f415cda035b00ae4ab3256763c451bf8a
parent3bb47cdec96caf4ecbe2ef79cec1b1aeff18e40a (diff)
parentdd659ada452d039501de5d18b97ce16b13db7282 (diff)
Merge pull request #680 from 69MichelleDB/ScreenShot-xdg-fix
fix: Fix ScreenShot.sh to check xdg-user-dir PICTURES
-rwxr-xr-xconfig/hypr/scripts/ScreenShot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh
index 90e2dfd2..0a37c7e4 100755
--- a/config/hypr/scripts/ScreenShot.sh
+++ b/config/hypr/scripts/ScreenShot.sh
@@ -4,7 +4,7 @@
# variables
time=$(date "+%d-%b_%H-%M-%S")
-dir="$(xdg-user-dir)/Pictures/Screenshots"
+dir="$(xdg-user-dir PICTURES)/Screenshots"
file="Screenshot_${time}_${RANDOM}.png"
iDIR="$HOME/.config/swaync/icons"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage