[cliplumber] Correctly upscale QRcodes in feh

This commit is contained in:
lhark 2019-04-22 23:13:42 -04:00
parent 566acdc849
commit bc147b4db3

View file

@ -13,7 +13,7 @@ fi
choice="$(printf "%s" "$opts" | dmenu -p "$(printf "%s" "$clip" | cut -c 1-48)")" choice="$(printf "%s" "$opts" | dmenu -p "$(printf "%s" "$clip" | cut -c 1-48)")"
case "$choice" in case "$choice" in
"qr") "qr")
printf "%s" "$clip" | qrencode -o - | feh -. -Z --geometry 400x400 - printf "%s" "$clip" | qrencode -o - | feh -. -Z --force-aliasing --geometry 400x400 -
;; ;;
# Download supports optional folder target # Download supports optional folder target
"download"*) "download"*)