From 3cff543ffa5b2c4425ea003877864df2aec90dec Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 19 Jul 2025 14:22:39 +0200 Subject: [PATCH] Home: Delay keepassxc autostart to make it show up in systray correctly --- home/christoph/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 35a5666c..26104f17 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -140,19 +140,20 @@ "kitty" "nextcloud --background" "protonvpn-app" - "keepassxc" # "kdeconnect-indicator" # started by services.kdeconnect.indicator ]; + delayed = [ + "keepassxc" # The tray doesn't work when started too early + ]; + special-silent = { "ferdium" = ["ferdium"]; "msty" = ["msty"]; "btop" = ["kitty --title=Btop btop"]; "rmpc" = ["kitty --title=Rmpc rmpc"]; }; - - delayed = []; }; windowrules = [];