mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
picom: try some blur
Only for small elements that were excluded from transparency until now.
This commit is contained in:
parent
f469d76f9e
commit
8f25dada71
1 changed files with 15 additions and 6 deletions
|
@ -23,17 +23,25 @@ opacity-rule = [
|
|||
"100:name = 'zoom_linux_float_video_window'",
|
||||
"100:class_g = 'Rofi'",
|
||||
"100:class_g = 'mpv'",
|
||||
"100:window_type = 'combo'",
|
||||
"100:window_type = 'dock'",
|
||||
"100:window_type = 'dropdown_menu'",
|
||||
"100:window_type = 'menu'",
|
||||
"100:window_type = 'popup_menu'",
|
||||
"100:window_type = 'splash'",
|
||||
"100:window_type = 'tooltip'",
|
||||
"100:window_type = 'utility'",
|
||||
"85:!focused"
|
||||
];
|
||||
|
||||
# Blur
|
||||
blur-method = "dual_kawase";
|
||||
blur-strength = 3;
|
||||
blur-background-exclude = [
|
||||
"window_type != 'dock' &&
|
||||
window_type != 'tooltip' &&
|
||||
window_type != 'menu' &&
|
||||
window_type != 'popup_menu' &&
|
||||
window_type != 'dropdown_menu' &&
|
||||
window_type != 'splash' &&
|
||||
window_type != 'combo' &&
|
||||
class_g != 'Rofi'"
|
||||
];
|
||||
|
||||
# Shadow and fading
|
||||
fade-in-step = 0.08;
|
||||
fade-out-step = 0.08;
|
||||
|
@ -58,6 +66,7 @@ wintypes:
|
|||
shadow-exclude = [
|
||||
"class_i = 'xss-dimmer'",
|
||||
"class_i = 'i3-frame'",
|
||||
"class_g = 'Rofi'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
fade-exclude = [ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue