From 7c02e43f636d339c5324528ad0bb4739ccd88aca Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Tue, 1 Apr 2025 01:14:12 -0500 Subject: feat: added solaar to startup --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index fdb4728..6fcc1ff 100644 --- a/config.def.h +++ b/config.def.h @@ -41,6 +41,7 @@ static const char *const autostart[] = { "blueman-applet", NULL, "dunst", NULL, "nm-applet", NULL, + "solaar", "--window=hide", NULL, "xwayland-satellite", NULL, "wbg", "--stretch", "/home/joshua/.local/share/wallpaper", NULL, NULL /* terminate */ -- cgit v1.2.3