summaryrefslogtreecommitdiff
path: root/pid.go
AgeCommit message (Collapse)Author
2018-03-20[feat] only one systray can be in executionRuben Pollan
Create a systray.pid file to check if another systray is in execution and only one systray is allowed to be running. - Resolves: #17