From 3f4421590080eee1f9236aef9ff66f6abc8e8934 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Wed, 6 Aug 2025 14:58:45 -0400 Subject: [PATCH] autostart: add waybar --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 00941b2..191d19e 100644 --- a/config.h +++ b/config.h @@ -184,5 +184,6 @@ static const char *const autostart[] = { "wlsunset", "-l", "43.7", "-L", "-79.4", NULL, "fcitx5", NULL, "wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL, + "waybar", NULL, NULL };