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,