Delay for autostart to launch tray icons after waybar
This commit is contained in:
@ -106,9 +106,11 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
autostart = [
|
autostart = [
|
||||||
"kdeconnect-indicator"
|
# NOTE: The sleep 15s is a hack for tray icons,
|
||||||
"nextcloud --background"
|
# they need to be launched after waybar
|
||||||
"keepassxc"
|
"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"
|
# "alacritty -o font.size=12 -e tmux"
|
||||||
"kitty"
|
"kitty"
|
||||||
# "md.obsidian.Obsidian"
|
# "md.obsidian.Obsidian"
|
||||||
|
Reference in New Issue
Block a user