From b0c864e606de7b50387cf0a4ebb626ae220f60e3 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 18 Apr 2024 21:22:41 -0400 Subject: [PATCH] waybar: sort workspaces by id --- homeManagerModules/apps/waybar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homeManagerModules/apps/waybar/default.nix b/homeManagerModules/apps/waybar/default.nix index 1efa9eb1..306f2dc1 100644 --- a/homeManagerModules/apps/waybar/default.nix +++ b/homeManagerModules/apps/waybar/default.nix @@ -42,6 +42,7 @@ "default" = "󰝥"; "active" = "󰪥"; }; + "sort-by" = "id"; }; "hyprland/submap" = { "on-click" = "${pkgs.hyprland}/bin/hyprctl dispatch submap reset";