From cdcd4064b8f00147020e3a491a15b92c41ecb24f Mon Sep 17 00:00:00 2001 From: Luke Bonham Date: Sat, 7 Sep 2013 04:21:34 -0700 Subject: [PATCH] Updated fs (markdown) --- fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.md b/fs.md index 951f73b..3b43d8c 100644 --- a/fs.md +++ b/fs.md @@ -25,7 +25,7 @@ Variable | Meaning | Type `widget` | The widget | `wibox.widget.textbox` `show` | The notification | function -You can display a notification of current disk space usage with a key binding like this: +You can display the notification with a key binding like this: awful.key({ altkey }, "h", function () mypartition.show(7) end), -- 2.39.2