You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry i do not yet have a pull request, but for those looking for this convenient script to work under wayland:
You might be able to replace the code line scrot .... with zbarimg -1 --quiet --raw <(grim -g "$(slurp)" - ) | wl-copy
it seems to work for me. Maybee it does for you. You need to have slurpgrim and wl-copy installed.
The text was updated successfully, but these errors were encountered:
Sorry i do not yet have a pull request, but for those looking for this convenient script to work under wayland:
You might be able to replace the code line
scrot ....
withzbarimg -1 --quiet --raw <(grim -g "$(slurp)" - ) | wl-copy
it seems to work for me. Maybee it does for you. You need to have
slurp
grim
andwl-copy
installed.The text was updated successfully, but these errors were encountered: