* starts qtpass in Xwayland because it sucks! Cf. https://github.com/IJHack/QtPass/issues/663#issuecomment-2583291264
		
			
				
	
	
		
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663
 | 
						|
export QT_QPA_PLATFORM=xcb && /usr/bin/qtpass
 |