From bae63581515858c59a56aa083de2f89edf166ae8 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 20 May 2018 22:22:59 +0200 Subject: [PATCH] i3-config: autostart offlineimap notifications --- config/i3/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/i3/config b/config/i3/config index 4e251ab..3e451f1 100644 --- a/config/i3/config +++ b/config/i3/config @@ -34,12 +34,15 @@ bindsym $mod+d exec dmenu_run # german keyboard layout exec setxkbmap -layout de -# start redshift -exec redshift +# notifications for offlineimap +exec '~/src/dotfiles/offlineimap_notify.py' # add key to authentication agent exec ssh-add +# start redshift +exec redshift-gtk + # start nm-applet exec nm-applet