Update modalbind
This commit is contained in:
parent
ce2b4ded18
commit
be630095a1
4 changed files with 8 additions and 7 deletions
|
@ -126,8 +126,8 @@ local default_bindings = awful.util.table.join(
|
|||
|
||||
--{{{ Modal mappings
|
||||
|
||||
awful.key({ modkey }, "space", mb.grabf(layoutmap, "Layouts")),
|
||||
awful.key({ modkey, "Control" }, "space", mb.grabf(layoutsettings, "Layout settings", true)),
|
||||
awful.key({ modkey }, "space", mb.grabf{keymap=layoutmap, name="Layouts"}),
|
||||
awful.key({ modkey, "Control" }, "space", mb.grabf{keymap=layoutsettings, name="Layout settings", stay_in_mode=true}),
|
||||
--}}}
|
||||
|
||||
--{{{ Audio control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue