aboutsummaryrefslogtreecommitdiff
path: root/files/picom/picom.conf
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-11-19 21:38:20 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-11-19 21:38:20 +0100
commit369a0b4930728067e8ad383432162e3588c6bfb2 (patch)
tree06954d9af2286cb7e1a9920ccb57b5a13121bb7b /files/picom/picom.conf
parent26912b4fc817ea66621ce14407d328290bd69258 (diff)
downloadconfigs-369a0b4930728067e8ad383432162e3588c6bfb2.tar.gz
configs-369a0b4930728067e8ad383432162e3588c6bfb2.zip
Tue 19 Nov 2019 09:38:20 PM CET
Diffstat (limited to 'files/picom/picom.conf')
-rw-r--r--files/picom/picom.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/files/picom/picom.conf b/files/picom/picom.conf
index faa2ac6..cb92872 100644
--- a/files/picom/picom.conf
+++ b/files/picom/picom.conf
@@ -70,7 +70,7 @@ shadow-opacity = 0.25;
# shadow-green = 0.0;
# shadow-blue = 0.0;
-# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
+# The shadow exclude options are helpful if you have shadows enabled. Due to the way picom draws its shadows, certain applications will have visual glitches
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
shadow-exclude = [
@@ -82,7 +82,7 @@ shadow-exclude = [
"name = 'xfce4-notifyd'",
"name *= 'VLC'",
"name *= 'dunst'",
- "name *= 'compton'",
+ "name *= 'picom'",
"name *= 'Chromium'",
"name *= 'Chrome'",
"class_g = 'Firefox' && argb",
@@ -126,7 +126,7 @@ blur-background-exclude = [
];
opacity-rule = [
- "70:class_g = 'URxvt' && !focused",
+ "70:class_g = 'URxvt' && focused",
];
#################################
@@ -171,7 +171,7 @@ detect-rounded-corners = true;
detect-client-opacity = true;
# Specify refresh rate of the screen.
-# If not specified or 0, compton will try detecting this with X RandR extension.
+# If not specified or 0, picom will try detecting this with X RandR extension.
refresh-rate = 0;
# Vertical synchronization: match the refresh rate of the monitor
@@ -181,14 +181,14 @@ vsync = true;
# Reported to have no effect, though.
dbe = false;
-# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
+# Limit picom to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
# unless you wish to specify a lower refresh rate than the actual value.
#sw-opti = true;
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
# Known to cause flickering when redirecting/unredirecting windows.
-unredir-if-possible = true;
+unredir-if-possible = false;
# Specify a list of conditions of windows that should always be considered focused.
focus-exclude = [ ];
@@ -223,7 +223,7 @@ wintypes:
######################
#
# XSync
-# See: https://github.com/yshui/compton/commit/b18d46bcbdc35a3b5620d817dd46fbc76485c20d
+# See: https://github.com/yshui/picom/commit/b18d46bcbdc35a3b5620d817dd46fbc76485c20d
#
######################