From 69ec899270a672beb0382b3e7f78a561ee482fea Mon Sep 17 00:00:00 2001 From: xero Date: Tue, 18 Mar 2014 11:46:11 -0400 Subject: updates to use compton as os composite manager. bootstraped via .xinitrc and utilized via awesomewm. also add new alias to .zshrc. tweak awesome battery widget. --- .xinitrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 0be6c9d..3abd5c3 100644 --- a/.xinitrc +++ b/.xinitrc @@ -40,6 +40,9 @@ eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh,gpg) & # enable backlight (sleep 2s && xbacklight -inc 100) & +# compositing manager +compton -b & + # start thunar daemon thunar --daemon & -- cgit v1.2.1