diff options
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 }; |
