forked from ashpie/simple-awesome
Fix hotkey collision
This commit is contained in:
parent
66c0c041c1
commit
dcaf31a930
@ -505,7 +505,7 @@ clientkeys = gears.table.join(-- tiling
|
||||
{ description = "toggle fullscreen", group = "client" }),
|
||||
awful.key({ config.keys.modkey, "Shift" }, "c", function(c) c:kill() end,
|
||||
{ description = "close", group = "client" }),
|
||||
awful.key({ config.keys.modkey, "Control" }, "space", awful.client.floating.toggle,
|
||||
awful.key({ config.keys.modkey, "Shift" }, "space", awful.client.floating.toggle,
|
||||
{ description = "toggle floating", group = "client" }),
|
||||
awful.key({ config.keys.modkey, "Control" }, "Return", function(c) c:swap(awful.client.getmaster()) end,
|
||||
{ description = "move to master", group = "client" }),
|
||||
|
Loading…
Reference in New Issue
Block a user