From ac94089a574c627c85448e3c519ce079b7fb50b5 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 6 Sep 2023 17:30:07 +0200 Subject: home: signal is weird (it has to be started twice, otherwise it only starts the background process & not the window) --- home/unstable.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/unstable.nix') diff --git a/home/unstable.nix b/home/unstable.nix index 344c359..a53bc39 100644 --- a/home/unstable.nix +++ b/home/unstable.nix @@ -20,7 +20,7 @@ with import inputs.nixpkgs-unstable {inherit system; }; xdg.desktopEntries."Signal" = { name = "Signal"; exec = - "signal-desktop --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto"; + ''fish -c "signal-desktop --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto & && signal-desktop"''; terminal = false; type = "Application"; icon = "signal-desktop"; -- cgit v1.2.3