picom parameter fix
parent
f1b651a759
commit
6228ab01d4
2
config.h
2
config.h
|
|
@ -46,7 +46,7 @@ static const char *const autostart[] = {
|
|||
"blueman-applet", NULL,
|
||||
"sh", "-c", "CM_SELECTIONS=\"clipboard\" CM_OWN_CLIPBOARD=1 clipmenud", NULL,
|
||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1", NULL,
|
||||
"picom", "--experimental-backends", NULL,
|
||||
"picom", NULL,
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue