mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 05:14:22 +02:00
picom: blur background of floating windows as well
This commit is contained in:
parent
7f7c36080a
commit
feafa2ad93
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ blur-background-exclude = [
|
|||
window_type != 'splash' &&
|
||||
window_type != 'combo' &&
|
||||
class_g != 'Rofi' &&
|
||||
class_i != 'QuakeConsole'"
|
||||
class_i != 'QuakeConsole' &&
|
||||
!I3_FLOATING_WINDOW@:c"
|
||||
];
|
||||
|
||||
# Shadow and fading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue