diff options
author | Marvin Borner | 2022-11-01 14:13:08 +0100 |
---|---|---|
committer | Marvin Borner | 2022-11-01 14:13:08 +0100 |
commit | 29c894db157e9b2bb2a392e0abb83ac700a839d5 (patch) | |
tree | 1e630bfabf1d94b61a88ab7b6e8b631113b6f7fd /.scripts/scrot | |
parent | 600de714ba13c1ccd54357554898db909de5af81 (diff) |
sync
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) |