summaryrefslogtreecommitdiff
path: root/picom
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-11-21 22:41:01 +0000
committerRafael Marçalo <raroma09@gmail.com>2022-11-21 22:41:01 +0000
commit7555e39b0dcd2219eb885059436d37b42093e664 (patch)
treec7dc0edea5aeb4a0077905cd59252a533a2ab7f2 /picom
parent53534b992da888a2a9061d0f46529d6169c8ae1b (diff)
Updated rice and finally finished setting up nvim
Diffstat (limited to 'picom')
-rw-r--r--picom/.config/picom/picom.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf
index 391877a..9c58ed9 100644
--- a/picom/.config/picom/picom.conf
+++ b/picom/.config/picom/picom.conf
@@ -143,7 +143,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
-corner-radius = 0
+corner-radius = 5
# Exclude conditions for rounded corners.
rounded-corners-exclude = [
@@ -158,18 +158,18 @@ rounded-corners-exclude = [
# Parameters for background blurring, see the *BLUR* section for more information.
-# blur-method =
+blur-method = "dual_kawase"
# blur-size = 12
#
# blur-deviation = false
#
-# blur-strength = 5
+blur-strength = 3
# Blur background of semi-transparent / ARGB windows.
# 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:
@@ -209,8 +209,8 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
-# backend = "glx"
-backend = "xrender";
+backend = "glx"
+# backend = "xrender";
# Enable/disable VSync.
# vsync = false