Start compton
This commit is contained in:
parent
c644282478
commit
4729f66526
1 changed files with 11 additions and 0 deletions
11
x11/.xinitrc
11
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue