conditionally start offlineimap on login

master
Paul Wako 2020-02-16 18:02:49 -05:00
parent df51d40374
commit 5f0ccda592
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
xbindkeys &> /dev/null
systemctl --user is-active --quiet offlineimap || (pass dumb &> /dev/null && systemctl --user start offlineimap)