diff --git a/.config/awesome/README.org b/.config/awesome/README.org index 7da37c4..ccbd519 100644 --- a/.config/awesome/README.org +++ b/.config/awesome/README.org @@ -571,7 +571,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"}), diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d7952df..fb50467 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"}),