diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-02-03 14:12:31 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-02-03 14:12:31 +0100 |
commit | 3bce930650b4d80abeaff76eb99c4d7e42f0c9a5 (patch) | |
tree | ecd078ff0e3f18b87d9f94d38265de83a4892fe1 /.xinitrc | |
parent | 354b1ce6918f3945ab863384b648149985076919 (diff) | |
download | dotfiles-3bce930650b4d80abeaff76eb99c4d7e42f0c9a5.tar.gz dotfiles-3bce930650b4d80abeaff76eb99c4d7e42f0c9a5.tar.xz |
xinitrc: Start imap-notify
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ if [[ -e ~/perl5 ]]; then eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) fi +systemd-run -G --user -E PATH="$PATH" -E PERL5LIB="$PERL5LIB" --unit imap-notify imap-notify.pl --debug + rm -f "$HOME/passwords.kdb.lock" keepassx & #transmission-remote-gtk & |