From b7d6cd3dbfe15f6b7e0fc181edcf68ad54e1966b Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 23 Aug 2025 09:44:28 +0800 Subject: [PATCH] fix(waybar): incorrect mode config (dropping it has not effect) --- modules/desktop/wm/niri/waybar/config.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/desktop/wm/niri/waybar/config.nix b/modules/desktop/wm/niri/waybar/config.nix index 4517fc6..feaa6e0 100644 --- a/modules/desktop/wm/niri/waybar/config.nix +++ b/modules/desktop/wm/niri/waybar/config.nix @@ -1,7 +1,6 @@ _: { layer = "top"; position = "top"; - mod = "dock"; exclusive = true; passthrough = false; gtk-layer-shell = true;