diff options
Diffstat (limited to '.scripts/scrot')
-rwxr-xr-x | .scripts/scrot | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.scripts/scrot b/.scripts/scrot index a26b5fd..a37a1ce 100755 --- a/.scripts/scrot +++ b/.scripts/scrot @@ -1,3 +1,5 @@ -#!/bin/sh +#!/bin/bash -maim -us | clip image/png +# maim -us | clip image/png +killall -9 flameshot +(flameshot &) && (sleep 0.5s && flameshot gui) |