Feature Request
Currently, hyprshot does not pass any actions to the notification daemon when sending screenshot notifications.
It would be useful to add support for notification actions so users can interact with the screenshot directly from the notification (e.g., open the screenshot with xdg-open).
Proposed Solution
Add a --notif-action flag that allows specifying actions in the format id=label. If no actions are specified, a default action open=xdg-open <path> should be added automatically.
Usage Example
hyprshot -m output --notif-action "open=Open Screenshot"
Feature Request
Currently, hyprshot does not pass any actions to the notification daemon when sending screenshot notifications.
It would be useful to add support for notification actions so users can interact with the screenshot directly from the notification (e.g., open the screenshot with
xdg-open).Proposed Solution
Add a
--notif-actionflag that allows specifying actions in the formatid=label. If no actions are specified, a default actionopen=xdg-open <path>should be added automatically.Usage Example
hyprshot -m output --notif-action "open=Open Screenshot"