From f3bf8f377f52dafb54c02a81b6cfad4184bbdd8e Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 27 Jun 2020 00:33:47 -0400 Subject: [PATCH] Added pushover notification tool So far I'm the only other person using this. This app need to be manually installed and configured, but is worth the headache. https://github.com/jangxx/SchubsiGo --- sway/config.d/autostart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sway/config.d/autostart b/sway/config.d/autostart index f228319..cf16e7c 100644 --- a/sway/config.d/autostart +++ b/sway/config.d/autostart @@ -11,6 +11,10 @@ exec --no-startup-id redshift 2>&1 >/tmp/redshift.log # https://github.com/emersion/mako exec --no-startup-id mako 2>&1 >/tmp/mako.log +### +exec --no-startup-id SchubsiGo 2>&1 >/tmp/SchubsiGo.log + + ### ydotool exec --no-startup-id ydotoold 2>&1 >/tmp/ydotoold.log