Tweaked compton config
This commit is contained in:
parent
00acef7439
commit
a1fe9d8813
2 changed files with 5 additions and 1 deletions
|
|
@ -92,6 +92,9 @@ shadow-exclude = [
|
|||
"name *= 'Chrome'",
|
||||
"name *= 'Firefox'",
|
||||
"name *= 'Abrowser'",
|
||||
"name *= 'IceCat'",
|
||||
"name *= 'Totem'",
|
||||
"name *= 'XBMC'",
|
||||
"class_g = 'Conky'",
|
||||
"class_g = 'Kupfer'",
|
||||
"class_g = 'Synapse'",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=3
|
||||
VERSION=4
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -46,6 +46,7 @@ cat << EOF > compton-launcher
|
|||
#!/bin/sh
|
||||
|
||||
[ \$DESKTOP_SESSION = "trisquel-session" ] || exit 0
|
||||
[ -f ~/.config/disable-compton ] && exit 0
|
||||
|
||||
FILE=/etc/compton.conf
|
||||
[ -f ~/.config/compton.conf ] && FILE="~/.config/compton.conf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue