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 = { autostart = {
immediate = [ # immediate = [];
"kitty"
];
delayed = [ delayed = [
# "kdeconnect-indicator" # "kdeconnect-indicator"
"kitty"
"nextcloud --background" "nextcloud --background"
"keepassxc" "keepassxc"
]; ];