mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add picom config
This commit is contained in:
parent
d78b11b04e
commit
aad8d4d7cd
1 changed files with 43 additions and 0 deletions
43
.config/picom/picom.conf
Normal file
43
.config/picom/picom.conf
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue