From 455d69d05d1b51178ea0fa6c85fab4de423ce491 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 11 Jan 2026 17:23:44 +0100 Subject: [PATCH] non important commit --- home/modules/bspwm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/bspwm.nix b/home/modules/bspwm.nix index 3530c20..efe8402 100644 --- a/home/modules/bspwm.nix +++ b/home/modules/bspwm.nix @@ -41,8 +41,8 @@ ''; startupPrograms = [ - "polybar primary &" - "polybar secondary &" + "polybar primary" + "polybar secondary" ]; }; }