1

Hyprland: Fix kitty autostart

This commit is contained in:
2024-06-05 01:43:10 +02:00
parent bcb457b8b9
commit 23736b16fb

View File

@ -114,12 +114,11 @@ rec {
};
autostart = {
immediate = [
"kitty"
];
# immediate = [];
delayed = [
# "kdeconnect-indicator"
"kitty"
"nextcloud --background"
"keepassxc"
];