diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-26 20:45:47 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-26 20:45:47 +0100 |
| commit | a215f2f6cf53bb96eda2ad1159e01e799dc9e295 (patch) | |
| tree | 4ee60d09153daf09a965691df685e7bc5cfe7bae /home/config | |
| parent | 87c07eb3356086925846a7daddf44f8091f07449 (diff) | |
home: config: i3: fix thunderbird workspace
Diffstat (limited to 'home/config')
| -rw-r--r-- | home/config/i3/default.nix | 8 |
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; |
