remove dropdown
This commit is contained in:
parent
f59fa65eee
commit
cdfbc6e307
1 changed files with 0 additions and 4 deletions
|
@ -375,10 +375,6 @@ globalkeys = my_table.join(
|
||||||
end,
|
end,
|
||||||
{description = "restore minimized", group = "client"}),
|
{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
|
-- Widgets popups
|
||||||
awful.key({ altkey, }, "c", function () if beautiful.cal then beautiful.cal.show(7) end end,
|
awful.key({ altkey, }, "c", function () if beautiful.cal then beautiful.cal.show(7) end end,
|
||||||
{description = "show calendar", group = "widgets"}),
|
{description = "show calendar", group = "widgets"}),
|
||||||
|
|
Loading…
Reference in a new issue