From 8520bd2ba07954cc03a4fd5b1e782a95029668b7 Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Mon, 3 Aug 2020 10:29:02 +0200 Subject: [PATCH] Remove rounded corners, background blur and inactive transparency --- .config/picom/picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 783cc3c..9b884ec 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -106,7 +106,7 @@ shadow-ignore-shaped = false; # ################################# -inactive-opacity = 0.8; +inactive-opacity = 1; active-opacity = 1; frame-opacity = 1; inactive-opacity-override = false; @@ -116,7 +116,7 @@ inactive-opacity-override = false; # Do not let dimness adjust based on window opacity. # inactive-dim-fixed = true; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. -blur-background = true; +blur-background = false; blur-method = "dual_kawase"; blur-strength = 8; # Blur background of opaque windows with transparent frames as well. @@ -155,7 +155,7 @@ fade-exclude = [ ]; ################################# # Rounded corners -corner-radius: 14; +corner-radius: 0; # Try to detect WM windows and mark them as active. mark-wmwin-focused = true;