chore(sway): add comments to grim bindings

This commit is contained in:
surtur 2021-05-20 20:15:18 +02:00
parent f4d4423f5d
commit 39e7e00406
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -200,8 +200,11 @@ assign [class="vlc"] M
bindsym
{
# screenshot of all outputs
print exec grim $(xdg-user-dir PICTURES)/screenshots/grim-$(date +'%Y-%m-%dT%H-%M-%S').png
# screenshot of an area
Shift+print exec grim -g "$(slurp)" - | wl-copy
# screenshot of a window
Control+print exec winprint.sh
# colour picker
Control+Shift+print exec grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt: | wl-copy