aboutsummaryrefslogtreecommitdiff
path: root/wiki/Configuration:-Miscellaneous.md
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-04-25 10:36:59 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-04-25 02:00:18 -0700
commit85cd64e83017459f0a6edfd7b91ba31d70b0ef17 (patch)
tree80f76e354ac3f034959cffb8a28a2fa481ff5c1a /wiki/Configuration:-Miscellaneous.md
parent55c14eebf20d1e4d794e3a95b9d7ae65e305e769 (diff)
downloadniri-85cd64e83017459f0a6edfd7b91ba31d70b0ef17.tar.gz
niri-85cd64e83017459f0a6edfd7b91ba31d70b0ef17.tar.bz2
niri-85cd64e83017459f0a6edfd7b91ba31d70b0ef17.zip
Document the Overview and other new things
Diffstat (limited to 'wiki/Configuration:-Miscellaneous.md')
-rw-r--r--wiki/Configuration:-Miscellaneous.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md
index 8049dec2..1d5bf0f8 100644
--- a/wiki/Configuration:-Miscellaneous.md
+++ b/wiki/Configuration:-Miscellaneous.md
@@ -1,5 +1,3 @@
-### Overview
-
This page documents all top-level options that don't otherwise have dedicated pages.
Here are all of these options at a glance:
@@ -25,6 +23,10 @@ cursor {
hide-after-inactive-ms 1000
}
+overview {
+ zoom 0.5
+}
+
clipboard {
disable-primary
}
@@ -143,6 +145,22 @@ cursor {
}
```
+### `overview`
+
+<sup>Since: next release</sup>
+
+Settings for the [Overview](./Overview.md).
+
+`zoom` controls how much the workspaces zoom out in the overview.
+It ranges from 0 to 0.75 where lower values make everything smaller.
+
+```kdl
+// Make workspaces four times smaller than normal in the overview.
+overview {
+ zoom 0.25
+}
+```
+
### `clipboard`
<sup>Since: 25.02</sup>