diff --git a/bin/qtpass-wayland b/bin/qtpass-wayland index 4a70c50..3e488c0 100755 --- a/bin/qtpass-wayland +++ b/bin/qtpass-wayland @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663 -QT_QPA_PLATFORM=xcb /usr/bin/qtpass +export QT_QPA_PLATFORM=xcb && /usr/bin/qtpass