diff options
-rwxr-xr-x | _config/openbox/autostart.sh | 22 | ||||
-rw-r--r-- | _notmuch-config | 2 |
2 files changed, 16 insertions, 8 deletions
diff --git a/_config/openbox/autostart.sh b/_config/openbox/autostart.sh index 6bcfe97..59be588 100755 --- a/_config/openbox/autostart.sh +++ b/_config/openbox/autostart.sh @@ -1,16 +1,24 @@ #!/bin/sh +# +# ~/.config/openbox/autostart.sh +# +# Aaron LI +# 2016-01-31 +# -xset -b +# disable X beep +xset b off -#feh --bg-fill "$HOME/pictures/wallpapers/.current" & +# set wallpaper nitrogen --restore & -pgrep -x urxvtd || urxvtd -q -f -o & -pgrep -x fcitx || fcitx & -pgrep -x tint2 || tint2 & -pgrep -x xcompmgr || xcompmgr & +pgrep -x redshift || redshift & +pgrep -x urxvtd || urxvtd -q -f -o & +pgrep -x fcitx || fcitx & +pgrep -x tint2 || tint2 & +pgrep -x xcompmgr || xcompmgr & pgrep -x xscreensaver || xscreensaver -no-splash & -pgrep -x mpd || mpd & +pgrep -x mpd || mpd & # pgrep -x parcellite || parcellite & #xfce4-power-manager & diff --git a/_notmuch-config b/_notmuch-config index 356533c..9b81488 100644 --- a/_notmuch-config +++ b/_notmuch-config @@ -60,7 +60,7 @@ tags=new # # NOTE: *Every* file/directory that goes by one of those names will be # ignored, independent of its depth/location in the mail store. -ignore=backup;.noindex; +ignore=backup;offlineimap; # Search configuration |