Update modalbind

This commit is contained in:
crater2150 2019-08-10 20:37:10 +02:00
parent ce2b4ded18
commit be630095a1
4 changed files with 8 additions and 7 deletions

View file

@ -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