feat(bin): avoid qtpass problem on Wayland + non 0,0 position monitors

* starts qtpass in Xwayland because it sucks! Cf. https://github.com/IJHack/QtPass/issues/663#issuecomment-2583291264
This commit is contained in:
Olivier DOSSMANN 2025-01-10 20:46:48 +01:00
parent 6ce5b9bfcc
commit 18090c67d4

View File

@ -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