1

Delay for autostart to launch tray icons after waybar

This commit is contained in:
2023-06-16 17:50:49 +02:00
parent 6cdac1ab9b
commit ec745f6e2a

View File

@ -106,9 +106,11 @@ rec {
};
autostart = [
"kdeconnect-indicator"
"nextcloud --background"
"keepassxc"
# NOTE: The sleep 15s is a hack for tray icons,
# they need to be launched after waybar
"hyprctl dispatch exec \"sleep 15s && kdeconnect-indicator\""
"hyprctl dispatch exec \"sleep 15s && nextcloud --background\""
"hyprctl dispatch exec \"sleep 15s && keepassxc\""
# "alacritty -o font.size=12 -e tmux"
"kitty"
# "md.obsidian.Obsidian"