mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
fix lain calender
This commit is contained in:
parent
e7608b9339
commit
38dc08a190
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ globalkeys = my_table.join(
|
|||
{description = "dropdown application", group = "super"}),
|
||||
|
||||
-- Widgets popups
|
||||
awful.key({ altkey, }, "c", function () lain.widget.calendar.show(7) end,
|
||||
awful.key({ altkey, }, "c", function () lain.widget.cal().show(7) end,
|
||||
{description = "show calendar", group = "widgets"}),
|
||||
awful.key({ altkey, }, "h", function () if beautiful.fs then beautiful.fs.show(7) end end,
|
||||
{description = "show filesystem", group = "widgets"}),
|
||||
|
|
Loading…
Reference in a new issue