diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-05-20 15:48:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 15:48:43 +0000 |
| commit | 359f04a969f4e4c729a6d5d44b26639073497857 (patch) | |
| tree | 5eadf581be0ac201cc7a433fc05a688d6a8e14ab /config | |
| parent | 6b7faa119f969e76198307abe765a68625350ba6 (diff) | |
| parent | 2c59d4521a9a610a590876db94b176afeb5b26d8 (diff) | |
Merge branch 'development' into merge-fix
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/ScreenShot.sh | 2 |
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" |
