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

@ -33,8 +33,6 @@
# Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf # Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf
GDK_SCALE = 1; GDK_SCALE = 1;
XCURSOR_SIZE = 24; XCURSOR_SIZE = 24;
# Set hyprshot save directory
HYPRSHOT_DIR = "$HOME/Pictures/Screenshots";
# Set default editor # Set default editor
EDITOR = "nvim"; EDITOR = "nvim";
NIXOS_OZONE_WL = 1; NIXOS_OZONE_WL = 1;

View file

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