diff options
Diffstat (limited to 'tile.xml.in')
-rw-r--r-- | tile.xml.in | 94 |
1 files changed, 65 insertions, 29 deletions
diff --git a/tile.xml.in b/tile.xml.in index 19ea3f4..90d8e31 100644 --- a/tile.xml.in +++ b/tile.xml.in @@ -4,7 +4,7 @@ <_short>Tile</_short> <_long>Tile windows</_long> <category>Window Management</category> - <display> + <options> <group> <_short>Options</_short> <option name="animate_type" type="int"> @@ -99,36 +99,72 @@ </group> <group> <_short>Key Bindings</_short> - <option name="tile_vertically_key" type="key"> - <_short>Tile Windows Vertically</_short> - <_long>Move and resize all visible windows so that they have full height, same width and occupy whole screen.</_long> - </option> - <option name="tile_horizontally_key" type="key"> - <_short>Tile Windows Horizontally</_short> - <_long>Move and resize all visible windows so that they have full width, same height and occupy whole screen.</_long> - </option> - <option name="tile_tile_key" type="key"> - <_short>Tile Windows</_short> - <_long>Move and resize all visible windows both vertically and horizontally, so that the occupy whole screen and are in a grid.</_long> - <default><Super><Shift>a</default> - </option> - <option name="tile_cascade_key" type="key"> - <_short>Cascade Windows</_short> - <_long>Move and resize all visible windows with the delta value set for cascading.</_long> - <default><Super><Shift>s</default> - </option> - <option name="tile_restore_key" type="key"> - <_short>Restore Windows</_short> - <_long>Restore windows to their original position they had before tiling.</_long> - <default><Super><Shift>z</default> - </option> - <option name="tile_toggle_key" type="key"> - <_short>Toggle Tiling</_short> - <_long>Toggle between tile and restore</_long> - <default><Super><Shift>x</default> + <option name="restore_key" type="key"> + <_short>Restore to previous position</_short> + <_long>Restore all windows to an untiled state</_long> + </option> + <option name="square_key" type="key"> + <_short>Tile windows in a square pattern</_short> + <_long>Move and resize all windows so that they appear on screen in a square pattern</_long> + </option> + <option name="even_key" type="key"> + <_short>Tile windows evenly</_short> + <_long>Move and resize all windows so that they are mostly the same size and take up all screen space</_long> + </option> + <option name="horizontal_key" type="key"> + <_short>Tile windows in a horizontal pattern</_short> + <_long>Move and resize all windwos so that they appear on screen in a horizontal pattern</_long> + </option> + <option name="vertical_key" type="key"> + <_short>Tile windows in a vertical pattern</_short> + <_long>Move and resize all windwos so that they appear on screen in a vertical pattern</_long> + </option> + <option name="expand_key" type="key"> + <_short>Expand all windows</_short> + <_long>Move and resize all windows so that they stay in their current position as best as possible and expand to take up screen space</_long> + </option> + <option name="organic_key" type="key"> + <_short>Make visible all windows</_short> + <_long>Move and resize all windows as little as possible to ensure that every one is visible</_long> + </option> + <option name="cascade_key" type="key"> + <_short>Cascade windows</_short> + <_long>Move and resize all windows so they are in a cascading pattern with a specified distance between them</_long> + </option> + <option name="restore_edge" type="edge"> + <_short>Restore to previous position</_short> + <_long>Restore all windows to an untiled state</_long> + </option> + <option name="square_edge" type="edge"> + <_short>Tile windows in a square pattern</_short> + <_long>Move and resize all windows so that they appear on screen in a square pattern</_long> + </option> + <option name="even_edge" type="edge"> + <_short>Tile windows evenly</_short> + <_long>Move and resize all windows so that they are mostly the same size and take up all screen space</_long> + </option> + <option name="horizontal_edge" type="edge"> + <_short>Tile windows in a horizontal pattern</_short> + <_long>Move and resize all windwos so that they appear on screen in a horizontal pattern</_long> + </option> + <option name="vertical_edge" type="edge"> + <_short>Tile windows in a vertical pattern</_short> + <_long>Move and resize all windwos so that they appear on screen in a vertical pattern</_long> + </option> + <option name="expand_edge" type="edge"> + <_short>Expand all windows</_short> + <_long>Move and resize all windows so that they stay in their current position as best as possible and expand to take up screen space</_long> + </option> + <option name="organic_edge" type="edge"> + <_short>Make visible all windows</_short> + <_long>Move and resize all windows as little as possible to ensure that every one is visible</_long> + </option> + <option name="cascade_edge" type="edge"> + <_short>Cascade windows</_short> + <_long>Move and resize all windows so they are in a cascading pattern with a specified distance between them</_long> </option> </group> - </display> + </options> </plugin> </compiz> |