mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
bindings: change Mod4 + t to raise
This commit is contained in:
parent
95113f1927
commit
49f302ca34
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ config.keys.client = awful.util.table.join(
|
||||||
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle, "Toggle floating"),
|
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle, "Toggle floating"),
|
||||||
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end,
|
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end,
|
||||||
"Switch with master window"),
|
"Switch with master window"),
|
||||||
awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end,
|
awful.key({ modkey, }, "t", function (c) c:raise() end,
|
||||||
"Stay on top"),
|
"Raise window"),
|
||||||
awful.key({ modkey, }, "i", dbg,
|
awful.key({ modkey, }, "i", dbg,
|
||||||
"Get client-related information"),
|
"Get client-related information"),
|
||||||
awful.key({ modkey, }, "m",
|
awful.key({ modkey, }, "m",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue