aboutsummaryrefslogtreecommitdiffstats
path: root/_config/openbox
diff options
context:
space:
mode:
Diffstat (limited to '_config/openbox')
-rwxr-xr-x_config/openbox/autostart.sh32
-rw-r--r--_config/openbox/rc.xml5
2 files changed, 20 insertions, 17 deletions
diff --git a/_config/openbox/autostart.sh b/_config/openbox/autostart.sh
index ea10b93..6bcfe97 100755
--- a/_config/openbox/autostart.sh
+++ b/_config/openbox/autostart.sh
@@ -1,19 +1,17 @@
#!/bin/sh
-feh --bg-fill '/home/ly/pictures/wallpapers/.current' &
-#nitrogen --restore &
-#ibus-daemon -d -x
-pgrep fcitx || fcitx &
-pkill tint2
-tint2 &
-#xcompmgr -CfF &
-pgrep xcompmgr || xcompmgr &
-pgrep xscreensaver || xscreensaver -no-splash &
-#wicd-client &
-#scrolling.sh &
-#xfce4-volumed
-#xmms2-launcher
-#mpd &
-#parcellite &
-pgrep urxvtd || urxvtd -q -f -o &
-#/usr/bin/conky -q &
+
+xset -b
+
+#feh --bg-fill "$HOME/pictures/wallpapers/.current" &
+nitrogen --restore &
+
+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 parcellite || parcellite &
#xfce4-power-manager &
+
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml
index d0de25b..6d619bf 100644
--- a/_config/openbox/rc.xml
+++ b/_config/openbox/rc.xml
@@ -395,6 +395,11 @@
<command>~/.config/openbox/scripts/urxvtq.sh</command>
</action>
</keybind>
+ <keybind key="A-grave">
+ <action name="Execute">
+ <command>~/.config/openbox/scripts/urxvtq.sh</command>
+ </action>
+ </keybind>
<keybind key="W-f">
<action name="Execute">
<command>thunar</command>