Hyprland: Fix kitty autostart

This commit is contained in:
2024-10-10 16:02:04 +02:00
parent bcb457b8b9
commit 23736b16fb
+2 -3
View File
@@ -114,12 +114,11 @@ rec {
};
autostart = {
immediate = [
"kitty"
];
# immediate = [];
delayed = [
# "kdeconnect-indicator"
"kitty"
"nextcloud --background"
"keepassxc"
];