aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-27 10:49:40 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-27 10:49:40 +0530
commit9f61e10500a20638ccf7c9c6e4f86e2efc526c5d (patch)
tree2c69cb60192489ece32956d0d830aef563820243 /config.def.h
parentceba4aa99c9226932bf9613cb058b76d173f8b83 (diff)
autostart waybar
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files 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
};