Picom: Trim config
This commit is contained in:
parent
0b2d404097
commit
54ace44ab9
@ -23,6 +23,7 @@ shadow-opacity = 0.5;
|
||||
shadow-ignore-shaped = false;
|
||||
|
||||
shadow-exclude = [
|
||||
"name = 'rofi'",
|
||||
"name = 'oneko'",
|
||||
"name = 'Notification'",
|
||||
"name = 'xfce4-notifyd'",
|
||||
@ -41,25 +42,6 @@ shadow-exclude = [
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
|
||||
## OPACITY
|
||||
|
||||
inactive-opacity = 1;
|
||||
active-opacity = 1;
|
||||
frame-opacity = 1;
|
||||
inactive-opacity-override = false;
|
||||
blur-background = false;
|
||||
blur-kern = "7x7box";
|
||||
# Blur background of opaque windows with transparent frames as well.
|
||||
blur-background-frame = false;
|
||||
# Do not let blur radius adjust based on window opacity.
|
||||
blur-background-fixed = true;
|
||||
blur-background-exclude = [
|
||||
"! class_g = 'Conky'",
|
||||
"class_g ?= 'xfdesktop'",
|
||||
"window_type = 'dock'",
|
||||
"class_g ?= 'Wine'"
|
||||
];
|
||||
|
||||
## FADING
|
||||
|
||||
fading = true;
|
||||
@ -103,18 +85,8 @@ detect-client-leader = true;
|
||||
|
||||
wintypes:
|
||||
{
|
||||
dnd = {
|
||||
shadow = false;
|
||||
}
|
||||
dock = {
|
||||
shadow = true;
|
||||
}
|
||||
tooltip =
|
||||
{
|
||||
fade = true;
|
||||
shadow = true;
|
||||
#opacity = 0.85;
|
||||
# focus: Whether to always consider windows of this type focused.
|
||||
focus = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user