aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-25 17:16:29 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-25 17:16:29 +0200
commitc3362abc1cedbb7667822344249016b9b17c31e8 (patch)
tree1c7498ba4f5f26d7a03122c1c05595168c6d126e
parent2a8e253eaef6b7c92f26c29a8eaf4a978f48daa9 (diff)
downloadconfigs-c3362abc1cedbb7667822344249016b9b17c31e8.tar.gz
configs-c3362abc1cedbb7667822344249016b9b17c31e8.zip
Updated picom settings.
-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