Home: Delay keepassxc autostart to make it show up in systray correctly
This commit is contained in:
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user