diff options
| author | stkhan <personal@slickd.xyz> | 2022-11-16 16:20:23 -0600 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-11-16 16:20:23 -0600 |
| commit | 9ee66822fb73b87160481b5727a226d253ce1823 (patch) | |
| tree | ffbdab764b61ae764506d84d193eadb83ece8811 /wm | |
| parent | dafbc86433b63fea8e309c72f53ad0ff8f4696d6 (diff) | |
update for picom
Diffstat (limited to 'wm')
| -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 */ }; |