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
GDK_SCALE = 1;
XCURSOR_SIZE = 24;
# Set hyprshot save directory
HYPRSHOT_DIR = "$HOME/Pictures/Screenshots";
# Set default editor
EDITOR = "nvim";
NIXOS_OZONE_WL = 1;