From 14e388ff3aa85f51f82da622cd8973fcf02d1b39 Mon Sep 17 00:00:00 2001 From: Ben Mitchell Date: Fri, 25 Mar 2022 16:32:30 +0000 Subject: [PATCH] Create grimshot --- sheets/grimshot | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sheets/grimshot diff --git a/sheets/grimshot b/sheets/grimshot new file mode 100644 index 0000000..23a79bc --- /dev/null +++ b/sheets/grimshot @@ -0,0 +1,20 @@ +# grimshot +# A helper for screenshots within sway or other wayland compositor + +# Copy a screenshot of the screen to clipboard & notify the user +grimshot --notify copy screen + +# Copy a screenshot of the screen to a file & notify the user +grimshot --notify save screen screen.png + +# Copy a screenshot of an area to clipboard +grimshot copy area + +# Copy a screenshot of the active window to clipboard +grimshot copy active + +# Copy a screenshot of a selectable window to clipboard +grimshot copy window + +# Copy a screenshot of the currently active output to clipboard +grimshot copy output