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 --no-startup-id start_conky_green
exec_always --no-startup-id ff-theme-util exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor exec_always --no-startup-id fix_xcursor
exec_always --no-startup-id ~/.config/i3/run-mailsync.sh
exec_always variety exec_always variety
exec_always fcitx exec_always fcitx
#exec_always --no-startup-id ~/.config/i3/tap-to-click.sh #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

View file

@ -341,9 +341,8 @@ map go cd ~/OneDrive
map gv cd /var map gv cd /var
map gm cd /run/media map gm cd /run/media
map gM cd /mnt map gM cd /mnt
map gr cd /
map gG cd ~/go/src map gG cd ~/go/src
map gc cd ~/Github/CalPoly source ~/.config/ranger/folders.conf
# In case you work on a keyboard with dvorak layout # In case you work on a keyboard with dvorak layout

View file

@ -54,7 +54,7 @@
# Rarely installed browsers get higher priority; It is assumed that if you # Rarely installed browsers get higher priority; It is assumed that if you
# install a rare browser, you probably use it. Firefox/konqueror/w3m on the # install a rare browser, you probably use it. Firefox/konqueror/w3m on the
# other hand are often only installed as fallback browsers. # other hand are often only installed as fallback browsers.
ext html = neovim "$@" ext html = nvim "$@"
#ext x?html?, has surf, X, flag f = surf -- file://"$1" #ext x?html?, has surf, X, flag f = surf -- file://"$1"
#ext x?html?, has vimprobable, X, flag f = vimprobable -- "$@" #ext x?html?, has vimprobable, X, flag f = vimprobable -- "$@"
#ext x?html?, has vimprobable2, X, flag f = vimprobable2 -- "$@" #ext x?html?, has vimprobable2, X, flag f = vimprobable2 -- "$@"