mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
picom: disable blur
This is too much trouble. GTK4 is crazy with CSD and it's hard to fix by CSS since we cannot inspect these menus.
This commit is contained in:
parent
398ef9263b
commit
b00f6b9a6b
1 changed files with 0 additions and 15 deletions
|
@ -26,21 +26,6 @@ opacity-rule = [
|
||||||
"85:!focused"
|
"85:!focused"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Blur
|
|
||||||
blur-method = "dual_kawase";
|
|
||||||
blur-strength = 3;
|
|
||||||
blur-background-exclude = [
|
|
||||||
"class_i = 'xss-dimmer'",
|
|
||||||
"class_g ~= '[fF]irefox' && argb && window_type *= 'menu'",
|
|
||||||
"window_type != 'dock' &&
|
|
||||||
window_type != 'tooltip' &&
|
|
||||||
window_type !*= 'menu' &&
|
|
||||||
window_type != 'splash' &&
|
|
||||||
window_type != 'combo' &&
|
|
||||||
class_i != 'QuakeConsole' &&
|
|
||||||
!I3_FLOATING_WINDOW@:c"
|
|
||||||
];
|
|
||||||
|
|
||||||
# Shadow and fading
|
# Shadow and fading
|
||||||
fade-in-step = 0.08;
|
fade-in-step = 0.08;
|
||||||
fade-out-step = 0.08;
|
fade-out-step = 0.08;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue