aboutsummaryrefslogtreecommitdiff
path: root/stow/picom/.config/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stow/picom/.config/picom/picom.conf')
-rw-r--r--stow/picom/.config/picom/picom.conf15
1 files changed, 8 insertions, 7 deletions
diff --git a/stow/picom/.config/picom/picom.conf b/stow/picom/.config/picom/picom.conf
index 2f4dfc7..6ba4259 100644
--- a/stow/picom/.config/picom/picom.conf
+++ b/stow/picom/.config/picom/picom.conf
@@ -205,8 +205,9 @@ focus-exclude = [
#
# opacity-rule = []
opacity-rule = [
- "90:class_g = 'URxvt' && !focused",
- "80:class_g = 'dmenu'"
+ "95:class_g = 'URxvt' && focused",
+ "85:class_g = 'URxvt' && !focused",
+ "90:class_g = 'dmenu'"
];
@@ -248,8 +249,8 @@ opacity-rule = [
blur: {
# requires: https://github.com/ibhagwan/picom
- method = "kawase";
- #method = "kernel";
+ #method = "dual_kawase";
+ method = "kernel";
strength = 3;
# deviation = 1.0;
# kernel = "11x11gaussian";
@@ -284,8 +285,8 @@ blur-background-exclude = [
# `xrender` is the default one.
#
experimental-backends = true;
-backend = "glx";
-#backend = "xrender";
+#backend = "glx";
+backend = "xrender";
# Enable/disable VSync.
@@ -319,9 +320,9 @@ detect-client-opacity = true;
# Specify refresh rate of the screen. If not specified or 0, picom will
# try detecting this with X RandR extension.
+# DEPRECATED
#
# refresh-rate = 60
-refresh-rate = 0
# Limit picom to repaint at most once every 1 / 'refresh_rate' second to
# boost performance. This should not be used with