Update README

This commit is contained in:
Manu Cornet 2021-12-14 08:40:34 +00:00
parent 54fcb6271d
commit e14de45448
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ Sample usage:
```
local workspace_grid = require("awesome-workspace-grid")
grid = workspace_grid({
rows = rows, -- only 2 supported for now!
columns = columns, -- only 3 supported for now!
visual = true,
rows = 2, -- only 2 supported for now!
columns = 3, -- only 3 supported for now!
visual = true, -- whether to show workspace changes
})
globalkeys = gears.table.join(globalkeys,