added picom to autostart for fanciness

This commit is contained in:
ganome 2025-03-16 21:29:15 -06:00
parent 480c62e8cd
commit a6320082ef
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83

View File

@ -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 */
};