From c3396e514d4e2d8bb537ae9146b71c44bc50deff Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Wed, 26 Mar 2025 10:48:14 +0100 Subject: [PATCH] in the bar, move the window title to the left --- bar.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bar.nix b/bar.nix index 17b579d..89c1a87 100644 --- a/bar.nix +++ b/bar.nix @@ -36,8 +36,9 @@ "modules-left" = [ "group/controls" "hyprland/submap" + "hyprland/window" ]; - "modules-center" = [ "hyprland/window" ]; + "modules-center" = []; "modules-right" = [ "network" "custom/nvidia-load"