Hyprland: Fix kitty autostart
This commit is contained in:
@ -114,12 +114,11 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
autostart = {
|
autostart = {
|
||||||
immediate = [
|
# immediate = [];
|
||||||
"kitty"
|
|
||||||
];
|
|
||||||
|
|
||||||
delayed = [
|
delayed = [
|
||||||
# "kdeconnect-indicator"
|
# "kdeconnect-indicator"
|
||||||
|
"kitty"
|
||||||
"nextcloud --background"
|
"nextcloud --background"
|
||||||
"keepassxc"
|
"keepassxc"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user