From 72a9c9d51df42fa08dc1f625b48a04ae630436d2 Mon Sep 17 00:00:00 2001 From: id101010 Date: Thu, 28 Mar 2019 23:21:10 +0100 Subject: [PATCH] Remove depricated option from compton config --- compton.conf | 2 +- i3/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compton.conf b/compton.conf index f89fbaa..268a35c 100644 --- a/compton.conf +++ b/compton.conf @@ -2,7 +2,7 @@ backend = "glx"; vsync = "opengl-swc"; -glx-copy-from-front = true; +#glx-copy-from-front = true; glx-swap-method = 2; xrender-sync = true; xrender-sync-fence = true; diff --git a/i3/config b/i3/config index a652b12..97f1038 100644 --- a/i3/config +++ b/i3/config @@ -263,7 +263,7 @@ for_window [class="Firefox"] border none ############################################# # composite manager -exec --no-startup-id compton -b ~/.config/compton.conf +exec --no-startup-id compton -b --config ~/.config/compton.conf # terminal daemon #exec --no-startup-id urxvtd -q -f -o