[arch-commits] Commit in compton/trunk (PKGBUILD compton.conf)

Alexander Rødseth arodseth at archlinux.org
Thu Nov 15 10:33:33 UTC 2018


    Date: Thursday, November 15, 2018 @ 10:33:32
  Author: arodseth
Revision: 407638

upgpkg: compton 3.0-6

Modified:
  compton/trunk/PKGBUILD
  compton/trunk/compton.conf

--------------+
 PKGBUILD     |    2 +-
 compton.conf |    5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-15 10:31:03 UTC (rev 407637)
+++ PKGBUILD	2018-11-15 10:33:32 UTC (rev 407638)
@@ -22,7 +22,7 @@
 source=('git+https://github.com/yshui/compton#commit=f834cf20aed38a86e2b3ccf30'
         'compton.conf')
 sha256sums=('SKIP'
-            'f38b583d7e8e9d5792ec490ed0762f60ae30def85dab8f0f0f977061d58343dc')
+            '8eda674dd5ea91e2b3030bd725ef99ac6f0d8f9de23a28b6db1cf7061f4cd690')
 
 prepare() {
   cd $pkgname

Modified: compton.conf
===================================================================
--- compton.conf	2018-11-15 10:31:03 UTC (rev 407637)
+++ compton.conf	2018-11-15 10:33:32 UTC (rev 407638)
@@ -63,8 +63,6 @@
 no-dnd-shadow = true;
 # Avoid drawing shadows on dock/panel windows.
 no-dock-shadow = true;
-# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
-clear-shadow = true;
 # The blur radius for shadows. (default 12)
 shadow-radius = 5;
 # The left offset for shadows. (default -15)
@@ -194,9 +192,6 @@
 # Reported to have no effect, though.
 dbe = false;
 
-# Painting on X Composite overlay window. Recommended.
-paint-on-overlay = true;
-
 # Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
 # This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
 # unless you wish to specify a lower refresh rate than the actual value.



More information about the arch-commits mailing list