From 4729f66526e490fdeae76a95f95ffed301791002 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 3 Sep 2015 16:03:51 +0200 Subject: [PATCH] Start compton --- x11/.xinitrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/x11/.xinitrc b/x11/.xinitrc index 92c18b9..047da2d 100755 --- a/x11/.xinitrc +++ b/x11/.xinitrc @@ -17,6 +17,17 @@ redshift -l 51.1180:4.0012 & unclutter & mowedline & mpc-status-mowedline & +compton -b -c -G -r 10 -i 0.75 -e 1.0 \ + --inactive-dim 0.2 \ + --focus-exclude "name = 'mowedline'" \ + --shadow-exclude "name = 'mowedline'" \ + --fade-exclude "name = 'mowedline'" \ + --blur-background-exclude "name = 'mowedline'" \ + --unredir-if-possible-exclude "name = 'mowedline'" \ + --focus-exclude "name = 'i3lock'" \ + --focus-exclude "class_g = 'Vlc'" \ + --focus-exclude "name = 'rofi'" \ + --detect-transient export $(/usr/bin/gnome-keyring-daemon --start --components=secrets,gpg)