new config with mailsync

This commit is contained in:
David Chen 2019-10-10 09:37:54 -07:00
parent a869686745
commit e7e93bac07
4 changed files with 9 additions and 3 deletions

View file

@ -316,6 +316,7 @@ exec --no-startup-id clipit
# exec --no-startup-id start_conky_green
exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor
exec_always --no-startup-id ~/.config/i3/run-mailsync.sh
exec_always variety
exec_always fcitx
#exec_always --no-startup-id ~/.config/i3/tap-to-click.sh

6
i3/run-mailsync.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
while :; do
mailsync
sleep 300
done