From a6320082ef9708cca9c8add7a105fcf92702c490ab0b835de9f6010db9163b8a Mon Sep 17 00:00:00 2001 From: ganome Date: Sun, 16 Mar 2025 21:29:15 -0600 Subject: [PATCH] added picom to autostart for fanciness --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index c4625fa..46dde73 100644 --- a/config.def.h +++ b/config.def.h @@ -108,6 +108,7 @@ static const char *const autostart[] = { "xrdb", "/home/ganome/.Xresources", NULL, "sh", "/home/ganome/.local/bin/wallsetter.dwm", NULL, "parcellite", NULL, +"picom", "-b", NULL, NULL /* terminate */ };