Updated task (markdown)

This commit is contained in:
Luke Bonham 2013-11-12 01:38:47 -08:00
parent fc8a3e72ae
commit 7241429770
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Notification will show the output of `task` command.
You can call the notification with a key binding like this:
awful.key({ modkey, altkey }, "t", lain.widgets.task.show),
awful.key({ modkey, altkey }, "t", lain.widgets.contrib.task.show),
where ``altkey = "Mod1"``.