diff options
Diffstat (limited to '.scripts/qscrot')
-rwxr-xr-x | .scripts/qscrot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scripts/qscrot b/.scripts/qscrot new file mode 100755 index 0000000..b5ce9ac --- /dev/null +++ b/.scripts/qscrot @@ -0,0 +1,4 @@ +#!/bin/bash + +killall -9 flameshot +flameshot gui --raw | (zbarimg - || notify-send "No QR code found") | clip |