mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Add selection subject option to grimshot
This enables selecting a window, output, or area within one invocation. - Drag for an area - Click on a window to select it - Click outside of all windows (e.g. in gaps or on the statusbar) to select the output
This commit is contained in:
parent
8f036b6f78
commit
49545189ac
3 changed files with 22 additions and 2 deletions
|
|
@ -67,6 +67,11 @@ _window_
|
|||
_output_
|
||||
Captures the currently active output.
|
||||
|
||||
_selection_
|
||||
Allows manually selection a single window (by clicking on it), an output (by
|
||||
clicking outside of all windows, e.g. on the status bar), or an area (by
|
||||
using click and drag).
|
||||
|
||||
# OUTPUT
|
||||
|
||||
Grimshot will print the filename of the captured screenshot to stdout if called
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue