Home: Delay keepassxc autostart to make it show up in systray correctly
This commit is contained in:
@ -140,19 +140,20 @@
|
|||||||
"kitty"
|
"kitty"
|
||||||
"nextcloud --background"
|
"nextcloud --background"
|
||||||
"protonvpn-app"
|
"protonvpn-app"
|
||||||
"keepassxc"
|
|
||||||
|
|
||||||
# "kdeconnect-indicator" # started by services.kdeconnect.indicator
|
# "kdeconnect-indicator" # started by services.kdeconnect.indicator
|
||||||
];
|
];
|
||||||
|
|
||||||
|
delayed = [
|
||||||
|
"keepassxc" # The tray doesn't work when started too early
|
||||||
|
];
|
||||||
|
|
||||||
special-silent = {
|
special-silent = {
|
||||||
"ferdium" = ["ferdium"];
|
"ferdium" = ["ferdium"];
|
||||||
"msty" = ["msty"];
|
"msty" = ["msty"];
|
||||||
"btop" = ["kitty --title=Btop btop"];
|
"btop" = ["kitty --title=Btop btop"];
|
||||||
"rmpc" = ["kitty --title=Rmpc rmpc"];
|
"rmpc" = ["kitty --title=Rmpc rmpc"];
|
||||||
};
|
};
|
||||||
|
|
||||||
delayed = [];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
windowrules = [];
|
windowrules = [];
|
||||||
|
Reference in New Issue
Block a user