Add picom config
* modified: picom/picom.conf
This commit is contained in:
@@ -7,12 +7,22 @@ glx-copy-from-front = false;
|
|||||||
|
|
||||||
# Opacity
|
# Opacity
|
||||||
active-opacity = 1;
|
active-opacity = 1;
|
||||||
inactive-opacity = 1;
|
inactive-opacity = 0.95;
|
||||||
frame-opacity = 1;
|
frame-opacity = 1;
|
||||||
inactive-opacity-override = false;
|
inactive-opacity-override = false;
|
||||||
|
|
||||||
|
# Window-specific opacity rules
|
||||||
|
opacity-rule = [
|
||||||
|
"90:class_g = 'Alacritty' && focused",
|
||||||
|
"85:class_g = 'Alacritty' && !focused",
|
||||||
|
"85:class_g = 'Rofi'",
|
||||||
|
"80:class_g = 'dunst'"
|
||||||
|
];
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
blur-background = false;
|
blur-background = true;
|
||||||
|
blur-method = "dual_kawase";
|
||||||
|
blur-strength = 5;
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
fading = true;
|
fading = true;
|
||||||
@@ -50,4 +60,4 @@ wintypes:
|
|||||||
opacity = 1;
|
opacity = 1;
|
||||||
focus = true;
|
focus = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user