mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Merge branch 'fitay123-master-patch-85847' into 'master'
fix lain calender See merge request dwt1/dotfiles!43
This commit is contained in:
@@ -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"}),
|
||||
|
||||
Reference in New Issue
Block a user