diff --git a/scripts/screenshot-active-to-clipboard.sh b/scripts/screenshot-active-to-clipboard.sh new file mode 100755 index 0000000..39d938f --- /dev/null +++ b/scripts/screenshot-active-to-clipboard.sh @@ -0,0 +1,3 @@ +#!/bin/sh +maim --select -u + diff --git a/scripts/screenshot-to-clipboard.sh b/scripts/screenshot-to-clipboard.sh new file mode 100755 index 0000000..76eea2c --- /dev/null +++ b/scripts/screenshot-to-clipboard.sh @@ -0,0 +1,2 @@ +#!/bin/sh +maim --select -u | xclip -selection clipboard -target 'image/png' diff --git a/scripts/screenshot-to-file.sh b/scripts/screenshot-to-file.sh new file mode 100755 index 0000000..00ef5f2 --- /dev/null +++ b/scripts/screenshot-to-file.sh @@ -0,0 +1,2 @@ +#!/bin/sh +maim --select -u ~/$(date +%s).png