summaryrefslogtreecommitdiffstats
path: root/desktop/grim/README
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/grim/README')
-rw-r--r--desktop/grim/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/desktop/grim/README b/desktop/grim/README
new file mode 100644
index 0000000000..300d5810d8
--- /dev/null
+++ b/desktop/grim/README
@@ -0,0 +1,29 @@
+Grim is a command-line utility to take screenshots of wayland desktops.
+Works great with slurp.
+Requires scdoc
+
+Example usage
+
+Screenshoot all outputs:
+
+grim
+
+Screenshoot a specific output:
+
+grim -o DP-1
+
+Screenshoot a region:
+
+grim -g "10,20 300x400"
+
+Select a region and screenshoot it:
+
+grim -g "$(slurp)"
+
+Use a custom filename:
+
+grim $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
+
+Screenshoot and copy to clipboard:
+
+grim - | wl-copy