Make the signal desktop entry more specific

This commit is contained in:
Andreas Zweili 2023-01-12 08:40:43 +01:00
parent 57eae5b15d
commit e486d728b9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
home.file.".config/qtile/autostart.d/signal.sh".source = ./signal.sh;
xdg.desktopEntries = {
signal = {
name = "Signal";
name = "Signal with tray icon";
exec = "${pkgs.unstable.signal-desktop}/bin/signal-desktop --use-tray-icon --no-sandbox %U";
terminal = false;
type = "Application";