remove quake shortcut
This commit is contained in:
parent
04377bfcc8
commit
1b074a00b2
@ -221,7 +221,6 @@ end
|
|||||||
screen.connect_signal("property::geometry", set_wallpaper)
|
screen.connect_signal("property::geometry", set_wallpaper)
|
||||||
|
|
||||||
awful.screen.connect_for_each_screen(function(s)
|
awful.screen.connect_for_each_screen(function(s)
|
||||||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
|
||||||
-- Wallpaper
|
-- Wallpaper
|
||||||
set_wallpaper(s)
|
set_wallpaper(s)
|
||||||
|
|
||||||
@ -335,8 +334,6 @@ globalkeys = gears.table.join(
|
|||||||
|
|
||||||
-- Standard program
|
-- Standard program
|
||||||
-- Dropdown application
|
-- 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,
|
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
|
||||||
{description = "open a terminal", group = "launcher"}),
|
{description = "open a terminal", group = "launcher"}),
|
||||||
awful.key({ modkey, "Control" }, "r", awesome.restart,
|
awful.key({ modkey, "Control" }, "r", awesome.restart,
|
||||||
|
Loading…
Reference in New Issue
Block a user