add screenshot scripts

master
Rostyslav Hnatyshyn 2 weeks ago
parent 5ff2e4ae5d
commit bdc1e38871
  1. 3
      scripts/screenshot-active-to-clipboard.sh
  2. 2
      scripts/screenshot-to-clipboard.sh
  3. 2
      scripts/screenshot-to-file.sh

@ -0,0 +1,3 @@
#!/bin/sh
maim --select -u

@ -0,0 +1,2 @@
#!/bin/sh
maim --select -u | xclip -selection clipboard -target 'image/png'

@ -0,0 +1,2 @@
#!/bin/sh
maim --select -u ~/$(date +%s).png
Loading…
Cancel
Save