mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update picom config
This commit is contained in:
parent
5fc145cc9f
commit
96bb317f1f
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ corner-radius = 12
|
|||
|
||||
rounded-corners-exclude = [
|
||||
"_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL'
|
||||
&& IS_FLOATING@:s != 'True'",
|
||||
&& IS_FLOATING@:s != 'True' && IS_SINGLE@:s != 'True'",
|
||||
"QTILE_INTERNAL@:32c = 1",
|
||||
"window_type = 'tooltip'",
|
||||
"class_g = 'mpv'",
|
||||
|
|
@ -41,6 +41,9 @@ rounded-corners-exclude = [
|
|||
|
||||
blur-method = "dual_kawase"
|
||||
blur-strength = 6
|
||||
blur-background-exclude = [
|
||||
"class_g = 'Peek'"
|
||||
];
|
||||
|
||||
#################################
|
||||
# General Settings #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue