summaryrefslogtreecommitdiff
path: root/config/picom
diff options
context:
space:
mode:
Diffstat (limited to 'config/picom')
-rw-r--r--config/picom/picom.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf
index 7e5ed20..5800384 100644
--- a/config/picom/picom.conf
+++ b/config/picom/picom.conf
@@ -185,7 +185,7 @@ opacity-rule = [
# Bad in performance, with driver-dependent behavior.
# The name of the switch may change without prior notifications.
#
-blur-background = true;
+blur-background = false;
# Blur background of windows when the window frame is not opaque.
# Implies:
@@ -237,7 +237,7 @@ daemon = true
# `xrender` is the default one.
#
experimental-backends = true;
-backend = "glx";
+backend = "xrender";
vsync = true
@@ -439,8 +439,8 @@ log-level = "info";
#
wintypes:
{
- normal = { fade = true; shadow = true;}
- tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
+ normal = { fade = false; shadow = true;}
+ tooltip = { fade = false; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { full-shadow = true; }
dnd = { shadow = true; }
popup_menu = { shadow = true; }