From 4609636a8e2b0eda28ccf4ebefc61a18e2497848 Mon Sep 17 00:00:00 2001 From: gregshutt Date: Sun, 28 Aug 2016 10:18:20 -0400 Subject: [PATCH] Change hardcoded compton.conf Trying to override compton.conf on a user by user basis is not possible with the --config flag set to /etc/xdg/compton.conf. By removing it, compton will search ~/.config/compton.conf, ~/.compton.conf, then under $XDG_CONFIG_DIRS (which includes /etc/xdg). --- debian/compton.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/compton.desktop b/debian/compton.desktop index c5be327..e5d34ef 100644 --- a/debian/compton.desktop +++ b/debian/compton.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=Compton Comment=Compton Compositor -Exec=/bin/bash -c "seq 0 3 | xargs -l1 -I@ compton --config /etc/xdg/compton.conf -b -d :0.@" +Exec=/bin/bash -c "seq 0 3 | xargs -l1 -I@ compton -b -d :0.@" Terminal=false Type=Application StartupNotify=false