Updated task (markdown)

This commit is contained in:
Luke Bonham 2013-11-12 01:38:47 -08:00 committed by copycat-killer
parent a0fa709f34
commit 9755a74384
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"``.