mirror of https://github.com/lcpz/lain.git
Updated task (markdown)
This commit is contained in:
parent
fc8a3e72ae
commit
7241429770
2
task.md
2
task.md
|
@ -20,7 +20,7 @@ Notification will show the output of `task` command.
|
||||||
|
|
||||||
You can call the notification with a key binding like this:
|
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"``.
|
where ``altkey = "Mod1"``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue