mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 20:18:49 +02:00
picom: also exclude hidden windows from shadows
This commit is contained in:
parent
42e9a9a495
commit
ba5bf657d7
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ wintypes:
|
|||
dialog = { fade = true; shadow = true; };
|
||||
};
|
||||
shadow-exclude = [
|
||||
"_NET_WM_STATE@[*]:32a = '_NET_WM_STATE_HIDDEN'",
|
||||
"class_i = 'xss-dimmer'",
|
||||
"class_i = 'i3-frame'",
|
||||
"class_g = 'Rofi'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue