remove quake shortcut

This commit is contained in:
vincent 2018-11-11 19:01:44 +01:00
parent 04377bfcc8
commit 1b074a00b2

View File

@ -221,7 +221,6 @@ end
screen.connect_signal("property::geometry", set_wallpaper)
awful.screen.connect_for_each_screen(function(s)
s.quake = lain.util.quake({ app = awful.util.terminal })
-- Wallpaper
set_wallpaper(s)
@ -335,8 +334,6 @@ globalkeys = gears.table.join(
-- Standard program
-- Dropdown application
awful.key({ modkey, }, "z", function () awful.screen.focused().quake:toggle() end,
{description = "dropdown application", group = "launcher"}),
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = "open a terminal", group = "launcher"}),
awful.key({ modkey, "Control" }, "r", awesome.restart,