From a215f2f6cf53bb96eda2ad1159e01e799dc9e295 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 26 Nov 2022 20:45:47 +0100 Subject: home: config: i3: fix thunderbird workspace --- home/config/i3/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/config/i3/default.nix b/home/config/i3/default.nix index 172f964..8b613a1 100644 --- a/home/config/i3/default.nix +++ b/home/config/i3/default.nix @@ -10,10 +10,14 @@ config = rec { assigns = { "8: media" = [{ class = "^Steam$"; }]; - "9: social" = [ { class = "^Thunderbird$"; } { class = "^Signal$"; } ]; + "9: social" = [ + { class = "^Mail$"; } + { class = "^thunderbird$"; } + { class = "^Signal$"; } + ]; }; - window.border = 0; + window.border = 0; gaps = { inner = 15; outer = 5; -- cgit v1.2.3