From 45c924e5de65e52b739e311a15d2521080968c5a Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 19 Feb 2026 09:43:45 -0700 Subject: [PATCH] feat(startup): add ntfyDesktop --- dot_local/bin/executable_startup.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_local/bin/executable_startup.tmpl b/dot_local/bin/executable_startup.tmpl index 4011c10cb0780824dc9239d210af61a054a2cf8e..7495a6e334b825864b13c81d097ffd203536da78 100644 --- a/dot_local/bin/executable_startup.tmpl +++ b/dot_local/bin/executable_startup.tmpl @@ -46,6 +46,7 @@ else i3-msg workspace 1 i3-msg exec "firefox-developer-edition" i3-msg exec "xrandr -r 165.00" + i3-msg exec "ntfyDesktop" i3-msg exec "tuios new i3" i3-msg exec "tuios tape exec ~/.local/share/tuios/plexus.tape -s i3" {{- end }}