summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-26 20:45:47 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-26 20:45:47 +0100
commita215f2f6cf53bb96eda2ad1159e01e799dc9e295 (patch)
tree4ee60d09153daf09a965691df685e7bc5cfe7bae
parent87c07eb3356086925846a7daddf44f8091f07449 (diff)
home: config: i3: fix thunderbird workspace
-rw-r--r--home/config/i3/default.nix8
1 files changed, 6 insertions, 2 deletions
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;