README updates

Former-commit-id: f915fbd112
Former-commit-id: 525e5d6a2a699cf0b66640bab29978a392a8fd9f
Former-commit-id: d968a5b4598cad0ae23a6914d96277ad6f3cb9d9
Former-commit-id: 1a2bbd6a36eacc194a05f7d886e46fe05d24a8f2
This commit is contained in:
elenapan 2019-09-19 09:22:10 +03:00
parent d79f5880eb
commit ddbbc18780

View file

@ -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()
}