fixed hyprshot using wrong dir

hyprshot doesnt respect $HYPRSHOT_DIR for some reason so removed that
variable and used -o option in the command instead, now actually works
yay
This commit is contained in:
Gabriella Bere 2025-07-12 23:28:50 +01:00
parent 4a57d46190
commit 77c8c56a4b
2 changed files with 1 additions and 3 deletions

View file

@ -82,7 +82,7 @@
"$mod, j, exec, sh $scripts/hyprland/touchpad_toggle.sh"
# Screenshot tool
", Print, exec, hyprshot -m region"
", Print, exec, hyprshot -m region -o ~/Pictures/Screenshots"
# Screen locking tool
"$mod, l, exec, hyprlock"