diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:49:40 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:49:40 +0530 |
| commit | 9f61e10500a20638ccf7c9c6e4f86e2efc526c5d (patch) | |
| tree | 2c69cb60192489ece32956d0d830aef563820243 /config.def.h | |
| parent | ceba4aa99c9226932bf9613cb058b76d173f8b83 (diff) | |
autostart waybar
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
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 }; |
