[cliplumber] Correctly upscale QRcodes in feh
This commit is contained in:
parent
566acdc849
commit
bc147b4db3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue