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.