diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-07-06 13:49:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-07-06 14:19:22 +0200 |
commit | b9562a679c0a191acae3a52f9bdfca62d8367d1e (patch) | |
tree | 8f582f2ae8dc5ad83138e93f0713839e14fed1a1 /.xinitrc | |
parent | ab57b25cf956bf20b408493c1a93bcd85a0dbf37 (diff) | |
download | dotfiles-b9562a679c0a191acae3a52f9bdfca62d8367d1e.tar.gz dotfiles-b9562a679c0a191acae3a52f9bdfca62d8367d1e.tar.xz |
Move imap-notify autostart to i3
gpg-agent doesn't work reliably if started before a window manager.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ 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 +#systemd-run -G --user -E PATH="$PATH" -E PERL5LIB="$PERL5LIB" --unit imap-notify imap-notify.pl --debug rm -f "$HOME/passwords.kdb.lock" keepassxc & |