diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c186da8..b56dd6c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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"}),