mirror of
https://github.com/yshui/picom.git
synced 2025-04-21 18:03:02 -04:00
dont draw shadows on WINTYPE_DESKTOP windows
This commit is contained in:
parent
c4089805ed
commit
c451c08058
1 changed files with 1 additions and 0 deletions
|
@ -2320,6 +2320,7 @@ main(int argc, char **argv) {
|
|||
for (i = 0; i < NUM_WINTYPES; ++i) {
|
||||
win_type_shadow[i] = True;
|
||||
}
|
||||
win_type_shadow[WINTYPE_DESKTOP] = False;
|
||||
break;
|
||||
case 'C':
|
||||
no_dock_shadow = True;
|
||||
|
|
Loading…
Add table
Reference in a new issue