aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.local/bin/screenshot
Commit message (Collapse)AuthorAgeFilesLines
* fix(screenshot): use ISO 8601 date format in filenamesCraig Jennings2026-01-271-1/+1
| | | | | Changed from 2026.01.27-HHMMSS to 2026-01-27_HHMMSS for standard date formatting and clean date/time separation.
* fix(screenshot): explicit mime types for wl-copyCraig Jennings2026-01-271-2/+2
| | | | | Added --type text/plain for path copy and --type image/png for image copy to prevent wl-copy from misinterpreting content.
* feat(hyprland): screenshot script with fuzzel menuCraig Jennings2026-01-271-0/+23
Replaced inline grim/satty keybindings with screenshot script that captures to file then presents fuzzel menu: Copy Path, Copy Image, or Annotate. Bindings: $mod+S (region), $mod+Print (fullscreen).