mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Signal in wayland and tray
 | |
| # --start-in-tray - would be nice, but then I cannot open it from there, thus --use-tray-icon
 | |
| exec --no-startup-id flatpak run org.signal.Signal --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --use-tray-icon
 | |
| 
 | |
| # Telegram
 | |
| #exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
 | |
| exec --no-startup-id io.github.tdesktop_x64.TDesktop
 | |
| 
 | |
| # Nheko nightly (Matrix protocol). Sleeping for the keyrings once again.
 | |
| #exec --no-startup-id sleep 15 && foot --title=default\ nheko flatpak run im.nheko.Nheko//master --profile default
 | |
| exec --no-startup-id sleep 15 && flatpak run im.nheko.Nheko//master --profile default
 | |
| 
 | |
| # FluffyChat (Matrix protocol), sleeping just in case, my wrapper so Snap
 | |
| # works
 | |
| exec --no-startup-id sleep 15 && ~/src/gitea.blesmrt.net/Mikaela/scripts/bash/usr-local-bin/fluffychat
 | |
| 
 | |
| # Dino, electronless XMPP
 | |
| #exec --no-startup-id dino --gapplication-service
 | |
| exec --no-startup-id flatpak run im.dino.Dino --gapplication-service
 | |
| 
 | |
| # Gajim nightly, also electronless XMPP
 | |
| #exec --no-startup-id flatpak run org.gajim.Gajim.Devel
 | |
| 
 | |
| # Instant messenger as email client. Electron.
 | |
| #exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
 | |
| 
 | |
| # Mattermost, I fear it's Electron.
 | |
| #exec --no-startup-id flatpak run com.mattermost.Desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
 | |
| 
 | |
| # Microsoft Teams Electron Wrapper for Linux. Edge has decided to crash on
 | |
| # right click and I am currently forced to use Teams.
 | |
| #exec --no-startup-id flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
 | |
| 
 | |
| # Lith, WeeChat Relay client. Sleeping so keyring has time to start first,
 | |
| # otherwise the NextCloud issue of starting too early on SSD happens
 | |
| exec --no-startup-id sleep 15 && flatpak run app.lith.Lith
 |