Merge branch 'master' into personal

Conflicts:
	README.md
This commit is contained in:
seanpringle
2012-09-25 10:52:12 +10:00
3 changed files with 35 additions and 26 deletions

View File

@@ -17,33 +17,34 @@ xoat
* Layout is chosen at build time. * Layout is chosen at build time.
* Tile proportions can be adjusted. * Tile proportions can be adjusted.
* Can be flipped horizontally. * Can be flipped horizontally.
--------------------------------- ---------------------------------
| | | | | |
| | | | | |
| | 2 | | 2 | |
| 1 | | | | 1 |
| |---------| |---------| |
| | | | | |
| | 3 | | 3 | |
--------------------------------- ---------------------------------
* Xrandr rotated monitor also rotates layout (always 90 degrees, right). * Xrandr rotated monitor also rotates layout (always 90 degrees, right).
--------------------- --------------------- ...
| | | | |
| | | 3 | 2 | --------------------------------- ---------------------------------
| | | | | | | | | | |
| 1 | |-------------------| | | | | | |
| | | | | | 2 | | 2 | |
| | | | | 1 | | | | 1 |
| | | | | |---------| |---------| |
| | | | | | | | | |
|-------------------| | 1 | | | 3 | | 3 | |
| | | | | --------------------------------- ---------------------------------
| 3 | 2 | | |
| | | | | --------------------- ---------------------
--------------------- --------------------- | | | | |
| | | 3 | 2 |
| | | | |
| 1 | |-------------------|
| | | |
| | | |
| | | |
| | | |
|-------------------| | 1 |
| | | | |
| 3 | 2 | | |
| | | | |
--------------------- ---------------------
### Philosophy ### Philosophy

5
xoat.1
View File

@@ -56,6 +56,11 @@ Cycle all windows in a tile.
.RS .RS
.RE .RE
.TP .TP
.B Mod4-[1-9]
Raise nth window in a tile.
.RS
.RE
.TP
.B Mod4-Escape .B Mod4-Escape
Close a window. Close a window.
.RS .RS

View File

@@ -44,6 +44,9 @@ Mod4-Tab
Mod4-` (grave) Mod4-` (grave)
: Cycle all windows in a tile. : Cycle all windows in a tile.
Mod4-[1-9]
: Raise nth window in a tile.
Mod4-Escape Mod4-Escape
: Close a window. : Close a window.
@@ -95,4 +98,4 @@ xoat restart
# AUTHOR # AUTHOR
Sean Pringle <sean.pringle@gmail.com> Sean Pringle <sean.pringle@gmail.com>