From 379f0395912102f9964f569ae9e9c8d4c9b6f6db Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sun, 16 Nov 2025 12:10:42 -0800 Subject: [PATCH] Autolaunch itch --- users/caperren/dotfiles/hyprland/hyprland-common.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/caperren/dotfiles/hyprland/hyprland-common.conf b/users/caperren/dotfiles/hyprland/hyprland-common.conf index 8f97c0d..ed6551c 100644 --- a/users/caperren/dotfiles/hyprland/hyprland-common.conf +++ b/users/caperren/dotfiles/hyprland/hyprland-common.conf @@ -183,4 +183,6 @@ exec-once = waybar # Wayland specific status bar exec-once = sleep 5 && nm-applet # Traditional notifications area exec-once = sleep 5 && blueman-applet # Traditional bluetooth management tool exec-once = sleep 5 && streamdeck -n # Streamdeck management tool -exec-once = sleep 5 && Telegram -startintray # Gotta keep in touch with peeps \ No newline at end of file +exec-once = sleep 5 && Telegram -startintray # Gotta keep in touch with peeps + +exec-once = sleep 10 && itch \ No newline at end of file