chore(sway): add comments to grim bindings
This commit is contained in:
parent
f4d4423f5d
commit
39e7e00406
@ -200,8 +200,11 @@ assign [class="vlc"] M
|
|||||||
|
|
||||||
bindsym
|
bindsym
|
||||||
{
|
{
|
||||||
|
# screenshot of all outputs
|
||||||
print exec grim $(xdg-user-dir PICTURES)/screenshots/grim-$(date +'%Y-%m-%dT%H-%M-%S').png
|
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
|
Shift+print exec grim -g "$(slurp)" - | wl-copy
|
||||||
|
# screenshot of a window
|
||||||
Control+print exec winprint.sh
|
Control+print exec winprint.sh
|
||||||
# colour picker
|
# colour picker
|
||||||
Control+Shift+print exec grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt: | wl-copy
|
Control+Shift+print exec grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt: | wl-copy
|
||||||
|
Loading…
Reference in New Issue
Block a user