Browse Source

[cliplumber] Correctly upscale QRcodes in feh

master
lhark 7 years ago
parent
commit
bc147b4db3
  1. 2
      cliplumber

2
cliplumber

@ -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"*)

Loading…
Cancel
Save