From 6a984ead58fdc0c71f0eeac9175750e35d3bc2e0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 22 Apr 2021 03:24:27 +0200 Subject: [PATCH] home: i3: assign Discord to workspace 10 as well --- home/x/i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index c5f40ec..8fee9c0 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -109,6 +109,7 @@ in assigns = { "10" = [ { class = "Slack"; } + { class = "discord"; } ]; }; };