From f38af2d8aa9043fbe3dee1b4132c98934aacf6c1 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:02:53 +0300 Subject: [PATCH] add picom to startup --- config/dwm/config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 5895f3be..8c30601a 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -32,6 +32,7 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { + "picom", NULL, "/home/sako/.dwmscripts/bar.sh", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, "nm-applet", NULL,