Skip to content

Commit 0927d04

Browse files
committed
documentation: README: Add *layout* config to zuliprc doc.
This commit: * Adds recently introduced *layout* config which defaults to `dynamic` to the zuliprc template in README. * Keeps backwards compatible *autohide* config. * Adds spacing after each config. * Comments out *footlinks* as both this and *maximum-footlinks* can't be used together.
1 parent 4005cb2 commit 0927d04

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,29 @@ site=https://realm.zulipchat.com
111111
[zterm]
112112
# Alternative themes are gruvbox, light and blue
113113
theme=default
114-
# Autohide defaults to 'no_autohide', but can be set to 'autohide' to hide the left & right panels except when focused.
115-
autohide=autohide
114+
115+
# Layout defaults to 'dynamic', in which the panels adapt to variable terminal widths.
116+
# Other options include:
117+
# 'autohide_fluid' which hide the panels except when focused and with better wide terminal support.
118+
# Backwards compatible 'autohide' and 'no_autohide'.
119+
layout=dynamic
120+
121+
# Backwards compatible autohide config use *layout* instead.
122+
#autohide=autohide
123+
116124
# Footlinks default to 'enabled', but can be set to 'disabled' to hide footlinks.
117125
# disabled won't show any footlinks.
118126
# enabled will show the first 3 per message.
119-
footlinks=disabled
127+
#footlinks=disabled
128+
120129
# If you need more flexibility, use maximum-footlinks.
121130
# Maximum footlinks to be shown, defaults to 3, but can be set to any value 0 or greater.
122131
# This option cannot be used with the footlinks option; use one or the other.
123132
maximum-footlinks=3
133+
124134
# Notify defaults to 'disabled', but can be set to 'enabled' to display notifications (see next section).
125135
notify=enabled
136+
126137
# Color depth defaults to 256 colors, but can be set to 1 (for monochrome), 16, or 24bit.
127138
color-depth=256
128139
```

0 commit comments

Comments
 (0)