From ddbbc18780da064e555c3fce3674a4a3dfbb45e1 Mon Sep 17 00:00:00 2001 From: elenapan Date: Thu, 19 Sep 2019 09:22:10 +0300 Subject: [PATCH] README updates Former-commit-id: f915fbd11239e6b3d8c5f18e49bf50d34994e566 Former-commit-id: 525e5d6a2a699cf0b66640bab29978a392a8fd9f Former-commit-id: d968a5b4598cad0ae23a6914d96277ad6f3cb9d9 Former-commit-id: 1a2bbd6a36eacc194a05f7d886e46fe05d24a8f2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2424383..1ab069a 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ I use `super` AKA Windows key as my main modifier. + `super + s` - Tiling layout + `super + shift + s` - Floating layout + `super + w` - Maximized / Monocle layout -+ `super + [arrow keys] / hjkl` - Change focus by direction ++ `super + [arrow keys] / [hjkl]` - Change focus by direction + `super + shift + [arrow keys] / [hjkl]` - Move client by direction. Move to edge if it is floating. + `super + control + [arrow keys] / [hjkl]` - Resize + `super + f` - Toggle fullscreen @@ -197,7 +197,7 @@ anti_aliased_wibox:setup { }, -- The real background color bg = "#111111", - -- The real shape + -- The real, anti-aliased shape shape = gears.shape.rounded_rect, widget = wibox.container.background() }