From 969b0e66938b7690007bf2d0ede1fa93e7a5ff61 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:55:27 -0400 Subject: wmii-hg: run xcompmgr to add window effects (such as transparency) --- .config/wmii-hg/autostart | 1 + 1 file changed, 1 insertion(+) (limited to '.config/wmii-hg/autostart') 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 -- cgit v1.2.3-54-g00ecf