From 0ab26224531d7585c3483f398edc85c4dff4c9a4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 25 Jan 2024 08:04:55 +0000 Subject: [PATCH] i3: update default workspaces --- system/nixos/home-manager/modules/i3.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/nixos/home-manager/modules/i3.nix b/system/nixos/home-manager/modules/i3.nix index 08bf1f8..691c83c 100644 --- a/system/nixos/home-manager/modules/i3.nix +++ b/system/nixos/home-manager/modules/i3.nix @@ -9,7 +9,8 @@ in config = { assigns = { - "8" = [{ class = "vlc"; }]; + "7" = [{ class = "vlc"; }]; + "8" = [{ class = "0ad"; }]; "9" = [ { class = "Slack"; } { class = "discord"; }