From 9f61e10500a20638ccf7c9c6e4f86e2efc526c5d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 27 Jul 2025 10:49:40 +0530 Subject: autostart waybar --- config.def.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index b9f3b8a..421cd17 100644 --- a/config.def.h +++ b/config.def.h @@ -27,12 +27,11 @@ static int log_level = WLR_ERROR; /* Autostart */ static const char *const autostart[] = { - "/config/dist/bar.sh", NULL, + // "/config/dist/bar.sh", NULL, + "waybar", NULL, "way-displays", NULL, "dunst", NULL, "swayidle", "before-sleep", "swaylock", "lock", "swaylock", NULL, - "nm-applet", NULL, - "blueman-applet", NULL, "systemctl", "--user", "import-environment", "DISPLAY", "WAYLAND_DISPLAY", NULL, NULL }; -- cgit v1.2.3