awesomerc: use getmaster()
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
dc98cd915e
commit
eb35fcb057
|
@ -236,7 +236,7 @@ keybinding({ modkey, "Shift" }, "k", function () awful.client.swap(-1) end):add(
|
||||||
keybinding({ modkey, "Control" }, "j", function () awful.screen.focus(1) end):add()
|
keybinding({ modkey, "Control" }, "j", function () awful.screen.focus(1) end):add()
|
||||||
keybinding({ modkey, "Control" }, "k", function () awful.screen.focus(-1) end):add()
|
keybinding({ modkey, "Control" }, "k", function () awful.screen.focus(-1) end):add()
|
||||||
keybinding({ modkey, "Control" }, "space", awful.client.togglefloating):add()
|
keybinding({ modkey, "Control" }, "space", awful.client.togglefloating):add()
|
||||||
keybinding({ modkey, "Control" }, "Return", function () client.focus:swap(awful.client.master()) end):add()
|
keybinding({ modkey, "Control" }, "Return", function () client.focus:swap(awful.client.getmaster()) end):add()
|
||||||
keybinding({ modkey }, "o", awful.client.movetoscreen):add()
|
keybinding({ modkey }, "o", awful.client.movetoscreen):add()
|
||||||
keybinding({ modkey }, "Tab", awful.client.focus.history.previous):add()
|
keybinding({ modkey }, "Tab", awful.client.focus.history.previous):add()
|
||||||
keybinding({ modkey }, "u", awful.client.urgent.jumpto):add()
|
keybinding({ modkey }, "u", awful.client.urgent.jumpto):add()
|
||||||
|
|
Loading…
Reference in New Issue