diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-04-01 01:14:12 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-04-01 01:14:12 -0500 |
commit | 7c02e43f636d339c5324528ad0bb4739ccd88aca (patch) | |
tree | 9927612503a7b4812936d02453abba3d74c1de3a | |
parent | 5658ac38f45e3a02308317a3d31ee1033b78f131 (diff) | |
download | dwl-joshua.tar.gz |
feat: added solaar to startupjoshua
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |