Create grimshot

pull/178/head
Ben Mitchell 2 years ago committed by GitHub
parent b4be0b9622
commit 14e388ff3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save