From c67158fd296046625eb14746c8f9201ec03344d2 Mon Sep 17 00:00:00 2001 From: Manu Cornet Date: Sat, 25 Dec 2021 09:37:41 +0000 Subject: [PATCH] Fixing markdown format in README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32e3f8d..9dfb21c 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,12 @@ git clone https://github.com/lmanul/awesome-workspace-grid.git Arguments to pass to the contructor (all of them are optional): -| Arg | Default | Description | ----------------------------------- -| `rows` | 2 | Number of rows (1 to 9) | -| `columns` | 3 | Number of columns (1 to 9) | +| Arg | Default | Description | +|------------|----------------|-------------------------------------| +| `rows` | 2 | Number of rows (1 to 9) | +| `columns` | 3 | Number of columns (1 to 9) | | `position` | `"top_middle"` | Notification position on the screen | -| `visual` | `true` | Whether to show workspace changes | ----------------------------------- +| `visual` | `true` | Whether to show workspace changes | Please make sure that `rows` × `columns` is equal to your number of tags, as defined by the call to `awful.tag()` in your configuration.