fix conflicting keybind
This commit is contained in:
parent
7e0663dc9c
commit
5f173e1935
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ globalkeys = gears.table.join(
|
|||
end,
|
||||
{description = "focus previous by index", group = "client"}
|
||||
),
|
||||
awful.key({ modkey, }, "w", function () mymainmenu:show() end,
|
||||
awful.key({ modkey, "Shift" }, "c", function () mymainmenu:show() end,
|
||||
{description = "show main menu", group = "awesome"}),
|
||||
|
||||
-- Layout manipulation
|
||||
|
|
Loading…
Reference in a new issue