summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index a9dc9e9..2683a88 100644
--- a/main.go
+++ b/main.go
@@ -85,6 +85,7 @@ func initialize(conf *systrayConfig, bt *bmTray) {
}
defer b.Close()
go checkAndStartBitmask(b, notify, conf)
+ go listenSignals(b)
as := newAutostart(applicationName, getIconPath())
err = as.Enable()