blob: 5e7b5f05cc17949b9d002c293cf0726794789b7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# Credit to Maddison Hellstrom (@b0o on Github)
qrencode -o - -s 1 \
"$(xclip -out -selection clipboard)" |
feh --zoom max \
-F \
--force-aliasing \
--image-bg white \
-
|