diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-04 16:52:20 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-04 16:52:20 +0200 |
| commit | bcda2bbeab13e22eff4da613eb8224af6cfac63e (patch) | |
| tree | 594d57e1559f7f8ac6d6878200f172b1fbe8f481 | |
| parent | 123e8b067b724a16cb44be57df5f4087862e928c (diff) | |
Add chat rocket to the amethyst and 3 columns for wide screens
| -rw-r--r-- | .amethyst.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.amethyst.yml b/.amethyst.yml index c493bdc..46af891 100644 --- a/.amethyst.yml +++ b/.amethyst.yml @@ -10,8 +10,8 @@ layouts: - tall-right # - wide # - middle-wide - # - 3column-left - # - 3column-right + - 3column-left + - 3column-right # - 4column-left # - 4column-right # - column @@ -46,6 +46,7 @@ floating: - com.culturedcode.ThingsMac - com.microsoft.Outlook - com.microsoft.teams + - chat.rocket # Maintain layout across executions restore-layouts-on-launch: true |
