mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
Aminda Suomalainen
b0f4e315bb
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
|