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:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663
 | 
					# 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user