mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 23:34:21 +02:00
picom: don't blur dimmer
This commit is contained in:
parent
eb2c0a04ca
commit
cc55f52b3d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ opacity-rule = [
|
||||||
blur-method = "dual_kawase";
|
blur-method = "dual_kawase";
|
||||||
blur-strength = 3;
|
blur-strength = 3;
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
|
"class_i = 'xss-dimmer'",
|
||||||
"window_type != 'dock' &&
|
"window_type != 'dock' &&
|
||||||
window_type != 'tooltip' &&
|
window_type != 'tooltip' &&
|
||||||
window_type != 'menu' &&
|
window_type != 'menu' &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue