Add picom config

This commit is contained in:
rydesun 2021-02-25 18:52:52 +08:00
parent d78b11b04e
commit aad8d4d7cd

43
.config/picom/picom.conf Normal file
View file

@ -0,0 +1,43 @@
#################################
# Shadows #
#################################
shadow = true
shadow-radius = 32
shadow-offset-x = -32
shadow-offset-y = -32
shadow-opacity = 0.24
shadow-exclude = [
"class_g = 'Thunderbird' && argb"
]
#################################
# Fading #
#################################
fading = true
#################################
# Transparency / Opacity #
#################################
opacity-rule = [
"90:class_i = 'Terminal Emulator'"
];
#################################
# General Settings #
#################################
vsync = true
mark-wmwin-focused = true
mark-ovredir-focused = true
detect-rounded-corners = true
detect-client-opacity = true
refresh-rate = 0
use-ewmh-active-win = true
detect-transient = true
detect-client-leader = true
use-damage = true