From 1b074a00b236a11f6e82ee834f714d74102f1452 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 11 Nov 2018 19:01:44 +0100 Subject: [PATCH] remove quake shortcut --- awesome/.config/awesome/rc.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 1923b4d..cdfd1d0 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -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,