diff options
author | Miguel A. Colón Vélez <[email protected]> | 2015-01-01 19:16:35 -0500 |
---|---|---|
committer | Miguel A. Colón Vélez <[email protected]> | 2015-01-01 19:16:35 -0500 |
commit | 0103f18326f7be7075933235f8c04264d2892528 (patch) | |
tree | 47ffc736ebf4d77445356f51b87263793addb6b4 /src/marco.convert | |
parent | 094bf425195d75b2c4c530fd81a7bdd9b62045ab (diff) | |
download | marco-0103f18326f7be7075933235f8c04264d2892528.tar.bz2 marco-0103f18326f7be7075933235f8c04264d2892528.tar.xz |
Add the tile-to-side options to the appropiate files.
This is just a copy/paste from move-to-side-{e,w} with:
s/move/tile/g
s/Move/Tile/g
.
It uses the existing handle_toggle_tiled as the backend.
Diffstat (limited to 'src/marco.convert')
-rw-r--r-- | src/marco.convert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/marco.convert b/src/marco.convert index eb1f623b..21c8799f 100644 --- a/src/marco.convert +++ b/src/marco.convert @@ -142,6 +142,8 @@ raise = /apps/marco/window_keybindings/raise lower = /apps/marco/window_keybindings/lower maximize-vertically = /apps/marco/window_keybindings/maximize_vertically maximize-horizontally = /apps/marco/window_keybindings/maximize_horizontally +tile-to-side-e = /apps/marco/window_keybindings/tile_to_side_e +tile-to-side-w = /apps/marco/window_keybindings/tile_to_side_w move-to-corner-nw = /apps/marco/window_keybindings/move_to_corner_nw move-to-corner-ne = /apps/marco/window_keybindings/move_to_corner_ne move-to-corner-sw = /apps/marco/window_keybindings/move_to_corner_sw |