remove dropdown

This commit is contained in:
Leon Grünewald 2021-01-30 17:38:35 +01:00
parent f59fa65eee
commit cdfbc6e307

View file

@ -375,10 +375,6 @@ globalkeys = my_table.join(
end,
{description = "restore minimized", group = "client"}),
-- Dropdown application
awful.key({ modkey, }, "z", function () awful.screen.focused().quake:toggle() end,
{description = "dropdown application", group = "launcher"}),
-- Widgets popups
awful.key({ altkey, }, "c", function () if beautiful.cal then beautiful.cal.show(7) end end,
{description = "show calendar", group = "widgets"}),