Skip to content

Commit

Permalink
added MainCenter layout to readme & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Aug 27, 2020
1 parent a515fd1 commit e2b14b8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## Version 0.15

* added layout MainCenter, vmv

## Version 0.14

initial public release

10 changes: 0 additions & 10 deletions CHANGELOG.rst

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,21 @@ but never going below 1/16th of the size.

Falls back to matrix layout above 16 windows.

--------------------------------------------------------------------------------

Layout: mainCenter

Aliases: ['mc', 'vmv']
One large window in the midle at 50%,
all others stacked to the left/right vertically.

-------------------
| 2 | | 5 |
|-----| |-----|
| 3 | 1 | 6 |
|-----| |-----|
| 4 | | 7 |
-------------------

--------------------------------------------------------------------------------

0 comments on commit e2b14b8

Please sign in to comment.