From b0f4e315bbb414597f2029c6d4fae80a14017401 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 20 Sep 2023 09:55:59 +0300 Subject: [PATCH] sway: add autostart-appimages.conf 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 --- conf/sway/config.d/autostart-appimages.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conf/sway/config.d/autostart-appimages.conf diff --git a/conf/sway/config.d/autostart-appimages.conf b/conf/sway/config.d/autostart-appimages.conf new file mode 100644 index 00000000..1b30806b --- /dev/null +++ b/conf/sway/config.d/autostart-appimages.conf @@ -0,0 +1,4 @@ +# 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