mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-18 18:04:30 +02:00
bindings: add a binding to make a window sticky
This commit is contained in:
parent
f7f6104f4b
commit
3b55053257
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ config.keys.client = awful.util.table.join(
|
||||||
"Switch with master window"),
|
"Switch with master window"),
|
||||||
awful.key({ modkey, }, "t", function (c) c:raise() end,
|
awful.key({ modkey, }, "t", function (c) c:raise() end,
|
||||||
"Raise window"),
|
"Raise window"),
|
||||||
|
awful.key({ modkey, }, "s", function (c) c.sticky = not c.sticky end,
|
||||||
|
"Stick 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