From 1dd6dc16e534ba30b091de27fc414a241d822fa2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 22 Jul 2023 23:10:30 +0100 Subject: [PATCH] chore(sway): change the workspace number Change the assigned workspace from 10 to 9. --- home-manager/modules/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/home-manager.nix b/home-manager/modules/home-manager.nix index 236488f..7275280 100644 --- a/home-manager/modules/home-manager.nix +++ b/home-manager/modules/home-manager.nix @@ -47,7 +47,7 @@ "1" = [{ app_id = "firefox"; }]; "2" = [{ app_id = "Alacritty"; }]; "3" = [{ class = "vlc"; }]; - "10" = [ + "9" = [ { class = "Slack"; } { class = "discord"; } ];