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