diff --git a/.config/scripts/screenshot.sh b/.config/scripts/screenshot.sh index 81297a4..38c151e 100755 --- a/.config/scripts/screenshot.sh +++ b/.config/scripts/screenshot.sh @@ -1,6 +1,6 @@ #!/bin/bash -NOTIFY_CMD="notify-send -i "shoot" -t 10000 -A open=Open -A delete=Delete *click*" +NOTIFY_CMD="notify-send -i "shoot" -t 10000 -A open=Open -A delete=Delete -A edit=Edit *click*" TARGET_DIRECTORY="$(xdg-user-dir)/Pictures/Screenshots" @@ -55,6 +55,9 @@ case "$response" in delete) rm "$targetPath" ;; +edit) + hyprctl dispatch exec pinta "$targetPath" & + ;; open) hyprctl dispatch exec xdg-open "$targetPath" & ;; diff --git a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh index a2f6477..0176593 100755 --- a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh +++ b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh @@ -25,8 +25,7 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then hyprpicker \ pulseaudio-control \ wl-clipboard \ - grim \ - slurp \ + grim slurp pinta \ hyprsunset \ darkman \ anyrun-git \