awesomerc: add keybinding to open menu with keygrabber
This commit is contained in:
parent
effb03a976
commit
c29f57a5af
|
@ -84,6 +84,8 @@ Window manager control
|
||||||
Run Lua code prompt.
|
Run Lua code prompt.
|
||||||
*Mod4 \+ Return*::
|
*Mod4 \+ Return*::
|
||||||
Spawn terminal emulator.
|
Spawn terminal emulator.
|
||||||
|
*Mod4 \+ w*::
|
||||||
|
Open main menu.
|
||||||
|
|
||||||
Clients
|
Clients
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
|
@ -197,6 +197,7 @@ globalkeys =
|
||||||
awful.client.focus.byidx(-1)
|
awful.client.focus.byidx(-1)
|
||||||
if client.focus then client.focus:raise() end
|
if client.focus then client.focus:raise() end
|
||||||
end),
|
end),
|
||||||
|
key({ modkey, }, "w", function () mymainmenu:show(true) end),
|
||||||
|
|
||||||
-- Layout manipulation
|
-- Layout manipulation
|
||||||
key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
|
key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
|
||||||
|
|
Loading…
Reference in New Issue