music playpause script
[dotfiles.git] / x / .xinitrc
index f910dad..34049da 100755 (executable)
@@ -26,5 +26,8 @@ fi
 # status bar
 slstatus &
 
+# compositor
+xcompmgr -a -c -l0 -t0 -r0 -o.00 &
+
 # window manager
 while true; do dwm 1>/tmp/dwm.log 2>&1; done