aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkolunmi <113054217+kolunmi@users.noreply.github.com>2023-05-03 13:46:01 -0700
committerGitHub <noreply@github.com>2023-05-03 13:46:01 -0700
commitc1f913ddaf315bcf9252e3958b455f5a81d65c4f (patch)
treebadb7ae18960c7121ad4b124c092813a347d78e7 /README.md
parent7e70e4662bfd5add85478956f44aded23b098e50 (diff)
parent0493b74b10a362148e972af8fa721f4bbe58b955 (diff)
downloaddwlb-c1f913ddaf315bcf9252e3958b455f5a81d65c4f.tar.gz
Merge pull request #7 from arnor-nolen/buffer-scale
Integer scaling using buffer_scale
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 360af71..8335cfc 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,13 @@ dwlb -status all 'text ^bg(ff0000)^lm(foot)text^bg()^lm() text'
A color command with no argument reverts to the default value. `^^` represents a single `^` character. Status commands can be disabled with `-no-status-commands`.
+## Scaling
+If you use scaling in Wayland, you can specify `buffer_scale` through config file or by passing it as an option (only integer values):
+```bash
+dwlb -scale 2
+```
+This will render both surface and a cursor with 2x detail. If your monitor is set to 1.25 or 1.5 scaling, setting scale to 2 will also work as compositor will downscale the buffer properly.
+
## Other Options
Run `dwlb -h` for a full list of options.