From 1ddc526895ab1638d959942a97dad4636e2a6303 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 7 Jan 2024 22:02:46 +0000 Subject: [PATCH] Move VLC windows to a different default workspace --- system/nixos/home-manager/modules/i3.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/nixos/home-manager/modules/i3.nix b/system/nixos/home-manager/modules/i3.nix index 3a3dcff7..ff3d809c 100644 --- a/system/nixos/home-manager/modules/i3.nix +++ b/system/nixos/home-manager/modules/i3.nix @@ -11,8 +11,7 @@ in config = { assigns = { - "3" = [{ class = "Alacritty"; }]; - "4" = [{ class = "vlc"; }]; + "8" = [{ class = "vlc"; }]; "9" = [ { class = "Slack"; } { class = "discord"; }