diff options
author | Marvin Borner | 2024-01-15 02:48:40 +0100 |
---|---|---|
committer | Marvin Borner | 2024-01-25 15:34:20 +0100 |
commit | ec70ec36a898e6dc5752fc777db8786d946b032e (patch) | |
tree | 9f56b780b6792da7d2a7d8b4822d043eb0b1166a /.scripts/qscrot | |
parent | 8f6e86ee72a20fc9bbac62d71e0921b152eaa0bb (diff) |
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 |