1

Hyprland: Fix kitty autostart

This commit is contained in:
2024-06-05 01:43:10 +02:00
parent f21424e91e
commit 478feb06d9

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"
]; ];