diff --git a/README.md b/README.md index a98dffb..d60fdf8 100644 --- a/README.md +++ b/README.md @@ -17,33 +17,34 @@ xoat * Layout is chosen at build time. * Tile proportions can be adjusted. * Can be flipped horizontally. - - --------------------------------- --------------------------------- - | | | | | | - | | | | | | - | | 2 | | 2 | | - | 1 | | | | 1 | - | |---------| |---------| | - | | | | | | - | | 3 | | 3 | | - --------------------------------- --------------------------------- - * Xrandr rotated monitor also rotates layout (always 90 degrees, right). - --------------------- --------------------- - | | | | | - | | | 3 | 2 | - | | | | | - | 1 | |-------------------| - | | | | - | | | | - | | | | - | | | | - |-------------------| | 1 | - | | | | | - | 3 | 2 | | | - | | | | | - --------------------- --------------------- +... + + --------------------------------- --------------------------------- + | | | | | | + | | | | | | + | | 2 | | 2 | | + | 1 | | | | 1 | + | |---------| |---------| | + | | | | | | + | | 3 | | 3 | | + --------------------------------- --------------------------------- + + --------------------- --------------------- + | | | | | + | | | 3 | 2 | + | | | | | + | 1 | |-------------------| + | | | | + | | | | + | | | | + | | | | + |-------------------| | 1 | + | | | | | + | 3 | 2 | | | + | | | | | + --------------------- --------------------- ### Philosophy diff --git a/xoat.1 b/xoat.1 index 5ca635d..befba7a 100644 --- a/xoat.1 +++ b/xoat.1 @@ -56,6 +56,11 @@ Cycle all windows in a tile. .RS .RE .TP +.B Mod4-[1-9] +Raise nth window in a tile. +.RS +.RE +.TP .B Mod4-Escape Close a window. .RS diff --git a/xoat.md b/xoat.md index c631177..d995153 100644 --- a/xoat.md +++ b/xoat.md @@ -44,6 +44,9 @@ Mod4-Tab Mod4-` (grave) : Cycle all windows in a tile. +Mod4-[1-9] +: Raise nth window in a tile. + Mod4-Escape : Close a window. @@ -95,4 +98,4 @@ xoat restart # AUTHOR -Sean Pringle \ No newline at end of file +Sean Pringle