mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Support cursor capture in grimshot
Refactor argument parser Bring back `sh` compatibility Default to NOTIFY=no
This commit is contained in:
parent
2dace6b824
commit
a5f01a0e04
3 changed files with 43 additions and 21 deletions
|
|
@ -6,7 +6,7 @@ grimshot - a helper for screenshots within sway
|
|||
|
||||
# SYNOPSIS
|
||||
|
||||
*grimshot* [--notify] (copy|save) [TARGET] [FILE]++
|
||||
*grimshot* [--notify] [--cursor] (copy|save) [TARGET] [FILE]++
|
||||
*grimshot* check++
|
||||
*grimshot* usage
|
||||
|
||||
|
|
@ -15,6 +15,9 @@ grimshot - a helper for screenshots within sway
|
|||
*--notify*
|
||||
Show notifications to the user that a screenshot has been taken.
|
||||
|
||||
*--cursor*
|
||||
Include cursors in the screenshot.
|
||||
|
||||
*save*
|
||||
Save the screenshot into a regular file. Grimshot will write images
|
||||
files to *XDG_SCREENSHOTS_DIR* if this is set (or defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue