summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-03 16:03:51 +0200
committerGravatar Tom Willemse2015-09-03 16:03:51 +0200
commit4729f66526e490fdeae76a95f95ffed301791002 (patch)
treebd5d056e1cfcad9f6a7f7238b485b3d751ef28bf /x11
parentc6442824780b33dae907ba36c9e9491cbfba5107 (diff)
downloaddotfiles-4729f66526e490fdeae76a95f95ffed301791002.tar.gz
dotfiles-4729f66526e490fdeae76a95f95ffed301791002.zip
Start compton
Diffstat (limited to 'x11')
-rwxr-xr-xx11/.xinitrc11
1 files changed, 11 insertions, 0 deletions
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)