From f6f4070c5de69afc170245edddfb844599b88543 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sun, 10 May 2020 18:44:22 +0200 Subject: [PATCH] Decrease picom's transparency --- .config/picom/picom.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index dc94254..0a12d83 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -100,9 +100,8 @@ frame-opacity = 0; inactive-opacity-override = false; opacity-rule = [ - "88:class_g = 'St'", - "85:class_g = 'Polybar'", - "80:class_g = 'Rofi'" + "95:class_g = 'St'", + "95:class_g = 'Rofi'" ]; # Dim inactive windows. (0.0 - 1.0) @@ -177,7 +176,7 @@ detect-client-opacity = true; refresh-rate = 0; # Vertical synchronization: match the refresh rate of the monitor -vsync = true; +vsync = "opengl-swc"; # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing. # Reported to have no effect, though.