mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
new config with mailsync
This commit is contained in:
parent
a869686745
commit
e7e93bac07
4 changed files with 9 additions and 3 deletions
|
|
@ -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
6
i3/run-mailsync.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
while :; do
|
||||||
|
mailsync
|
||||||
|
sleep 300
|
||||||
|
done
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 -- "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue