diff options
| -rw-r--r-- | wm/dwm-6.3/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wm/dwm-6.3/config.h b/wm/dwm-6.3/config.h index 8d648c6..4ab24d8 100644 --- a/wm/dwm-6.3/config.h +++ b/wm/dwm-6.3/config.h @@ -35,7 +35,7 @@ static const char *const autostart[] = { "fehbg", NULL, "dunst", NULL, "mpdas", NULL, - "picom", "--experimental-backends", NULL, + "picom", NULL, NULL /* terminate */ }; |