Updated fs (markdown)

This commit is contained in:
Luke Bonham 2013-09-07 03:40:38 -07:00
parent 201e219a18
commit e25277ef15
1 changed files with 1 additions and 1 deletions

2
fs.md
View File

@ -25,7 +25,7 @@ Variable | Type
`widget` | `wibox.widget.textbox`
`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),