aboutsummaryrefslogtreecommitdiffstats
path: root/_config
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-07 23:57:04 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-07 23:57:04 +0800
commit2cbefa4da6f522e273e3df121f272d205e96e976 (patch)
tree29db9452e30b5254999d42d838714e2138ce8b60 /_config
parentd7c6ec9bdf43ede9319ab312f4e4a41f5d89a5c6 (diff)
downloaddotfiles-2cbefa4da6f522e273e3df121f272d205e96e976.tar.bz2
small updates
Diffstat (limited to '_config')
-rwxr-xr-x_config/openbox/autostart.sh22
1 files changed, 15 insertions, 7 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 &