Enable the signal tray icon in autostart

This commit is contained in:
Andreas Zweili 2023-01-12 08:41:13 +01:00
parent e486d728b9
commit cdb8e022d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "start signal"
nohup signal-desktop > ~/.local/share/nohup.out &
nohup signal-desktop --use-tray-icon --no-sandbox > ~/.local/share/nohup.out &