change keybind
This commit is contained in:
parent
e85df79041
commit
7e0663dc9c
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ modkey = "Mod4"
|
||||||
|
|
||||||
-- Table of layouts to cover with awful.layout.inc, order matters.
|
-- Table of layouts to cover with awful.layout.inc, order matters.
|
||||||
awful.layout.layouts = {
|
awful.layout.layouts = {
|
||||||
awful.layout.suit.floating,
|
|
||||||
awful.layout.suit.tile,
|
awful.layout.suit.tile,
|
||||||
|
awful.layout.suit.floating,
|
||||||
--awful.layout.suit.tile.left,
|
--awful.layout.suit.tile.left,
|
||||||
--awful.layout.suit.tile.bottom,
|
--awful.layout.suit.tile.bottom,
|
||||||
--awful.layout.suit.tile.top,
|
--awful.layout.suit.tile.top,
|
||||||
|
@ -336,7 +336,7 @@ clientkeys = gears.table.join(
|
||||||
c:raise()
|
c:raise()
|
||||||
end,
|
end,
|
||||||
{description = "toggle fullscreen", group = "client"}),
|
{description = "toggle fullscreen", group = "client"}),
|
||||||
awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end,
|
awful.key({ modkey, }, "w", function (c) c:kill() end,
|
||||||
{description = "close", group = "client"}),
|
{description = "close", group = "client"}),
|
||||||
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ,
|
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ,
|
||||||
{description = "toggle floating", group = "client"}),
|
{description = "toggle floating", group = "client"}),
|
||||||
|
|
Loading…
Reference in a new issue