mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 20:54:21 +02:00
picom: shorten condition for blurred background
This commit is contained in:
parent
feafa2ad93
commit
775766654d
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ blur-background-exclude = [
|
||||||
"class_i = 'xss-dimmer'",
|
"class_i = 'xss-dimmer'",
|
||||||
"window_type != 'dock' &&
|
"window_type != 'dock' &&
|
||||||
window_type != 'tooltip' &&
|
window_type != 'tooltip' &&
|
||||||
window_type != 'menu' &&
|
window_type !*= 'menu' &&
|
||||||
window_type != 'popup_menu' &&
|
|
||||||
window_type != 'dropdown_menu' &&
|
|
||||||
window_type != 'splash' &&
|
window_type != 'splash' &&
|
||||||
window_type != 'combo' &&
|
window_type != 'combo' &&
|
||||||
class_g != 'Rofi' &&
|
class_g != 'Rofi' &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue