mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update picom config: add blur effect
This commit is contained in:
parent
955f0dff8c
commit
0effeb9f52
1 changed files with 8 additions and 0 deletions
|
|
@ -30,9 +30,17 @@ rounded-corners-exclude = [
|
|||
"_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL'
|
||||
&& IS_FLOATING@:s != 'True'",
|
||||
"QTILE_INTERNAL@:32c = 1",
|
||||
"window_type = 'tooltip'",
|
||||
"class_g = 'mpv'"
|
||||
];
|
||||
|
||||
#################################
|
||||
# Background-Blurring #
|
||||
#################################
|
||||
|
||||
blur-method = "dual_kawase"
|
||||
blur-strength = 6
|
||||
|
||||
#################################
|
||||
# General Settings #
|
||||
#################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue