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:
parent
4a57d46190
commit
77c8c56a4b
2 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue