diff --git a/i3/config b/i3/config index cbf789b..230516f 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/i3/run-mailsync.sh b/i3/run-mailsync.sh new file mode 100755 index 0000000..43f419d --- /dev/null +++ b/i3/run-mailsync.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +while :; do + mailsync + sleep 300 +done diff --git a/ranger/rc.conf b/ranger/rc.conf index e27ad1e..c214ace 100755 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -341,9 +341,8 @@ map go cd ~/OneDrive map gv cd /var map gm cd /run/media map gM cd /mnt -map gr cd / 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 diff --git a/ranger/rifle.conf b/ranger/rifle.conf index 4113cf4..92127fd 100755 --- a/ranger/rifle.conf +++ b/ranger/rifle.conf @@ -54,7 +54,7 @@ # 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 # 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 vimprobable, X, flag f = vimprobable -- "$@" #ext x?html?, has vimprobable2, X, flag f = vimprobable2 -- "$@"