Skip to content
Snippets Groups Projects
Commit a1fe9d88 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Tweaked compton config

parent 00acef74
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment