4/14/2020

Use Super + Shift + S to copy a screen section on Ubuntu

Use the following script to bind to the Super + Shift + S to call the command:
----------------

#!/bin/sh

sleep 0.125

gnome-screenshot --area -c

No comments: