mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	At least Beeper binary keeps renaming itself, SimpleX doesn't contain version in name, but I don't know how long that will last. I hope I will be able to replace them with flatpaks soon
		
			
				
	
	
		
			5 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # https://download.beeper.com
 | |
| exec --no-startup-id sleep 2m && ~/.local/appimages/beeper-*.AppImage
 | |
| # https://github.com/simplex-chat/simplex-chat/releases/
 | |
| exec --no-startup-id GDK_DPI_SCALE=1 ~/.local/appimages/simplex-desktop-*.AppImage
 |