summaryrefslogtreecommitdiff
path: root/config/picom/picom.conf
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-11-08 00:33:43 +0000
committerdavidovski <david@davidovski.xyz>2023-11-08 00:33:43 +0000
commit90a7d7ceb3087efc6bd528c5930d62ab3237fe13 (patch)
treef2a4105a5ee2cc3c586184813980be8876564482 /config/picom/picom.conf
parent57aad4d5284bfecfbe8c3d30dd5ae5c65534ac68 (diff)
Change st zoom keybind
Diffstat (limited to 'config/picom/picom.conf')
-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 5800384..7e5ed20 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 = false;
+blur-background = true;
# 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 = "xrender";
+backend = "glx";
vsync = true
@@ -439,8 +439,8 @@ log-level = "info";
#
wintypes:
{
- normal = { fade = false; shadow = true;}
- tooltip = { fade = false; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
+ normal = { fade = true; shadow = true;}
+ tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { full-shadow = true; }
dnd = { shadow = true; }
popup_menu = { shadow = true; }