change keybindings for Emacs
This commit is contained in:
@@ -335,8 +335,8 @@ globalkeys = awful.util.table.join(
|
||||
awful.client.focus.bydirection("right")
|
||||
if client.focus then client.focus:raise() end
|
||||
end),
|
||||
awful.key({ modkey, }, "w", function () awful.util.mymainmenu:show() end,
|
||||
{description = "show main menu", group = "awesome"}),
|
||||
-- awful.key({ modkey, }, "w", function () awful.util.mymainmenu:show() end,
|
||||
-- {description = "show main menu", group = "awesome"}),
|
||||
|
||||
-- Layout manipulation
|
||||
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end,
|
||||
|
||||
Reference in New Issue
Block a user