summaryrefslogtreecommitdiff
path: root/.config/wmii-hg
diff options
context:
space:
mode:
Diffstat (limited to '.config/wmii-hg')
-rwxr-xr-x.config/wmii-hg/autostart1
-rw-r--r--.config/wmii-hg/config.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/wmii-hg/autostart b/.config/wmii-hg/autostart
index dc37f40..8b04940 100755
--- a/.config/wmii-hg/autostart
+++ b/.config/wmii-hg/autostart
@@ -1,6 +1,7 @@
#!/bin/bash
. include.sh
+daemon xcompmgr &> /dev/null
daemon lxpanel &> /dev/null
daemon nm-applet &> /dev/null
daemon notifyd &> /dev/null
diff --git a/.config/wmii-hg/config.sh b/.config/wmii-hg/config.sh
index 99f084c..3ddc8d5 100644
--- a/.config/wmii-hg/config.sh
+++ b/.config/wmii-hg/config.sh
@@ -37,7 +37,7 @@ Event() {
< "`conffile ctl-init`" expand_variables >> $WMII_DIR/ctl
scansection Key | cut -sf2 >> $WMII_DIR/keys
# Configure X11
- xsetroot -solid "$WMII_BACKGROUND"
+ hsetroot -solid "$WMII_BACKGROUND"
# Clear the LBar and RBar
find $WMII_DIR/{l,r}bar -type f -delete