Updated fs (markdown)
This commit is contained in:
parent
ab333a27fe
commit
8291632c2a
1 changed files with 1 additions and 1 deletions
2
fs.md
2
fs.md
|
@ -25,7 +25,7 @@ Variable | Type
|
||||||
`widget` | `wibox.widget.textbox`
|
`widget` | `wibox.widget.textbox`
|
||||||
`show` | function
|
`show` | function
|
||||||
|
|
||||||
You can display a notification of current disk space usage with the following key binding:
|
You can display a notification of current disk space usage with a key binding like this:
|
||||||
|
|
||||||
awful.key({ altkey }, "h", function () mypartition.show(7) end),
|
awful.key({ altkey }, "h", function () mypartition.show(7) end),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue