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/include | |
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/include')
-rw-r--r-- | src/include/all-keybindings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h index 5b030280..a14777e9 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -252,6 +252,11 @@ keybind (maximize-vertically, handle_maximize_vertically, 0, keybind (maximize-horizontally, handle_maximize_horizontally, 0, BINDING_PER_WINDOW) +keybind (tile-to-side-e, handle_toggle_tiled, META_TILE_RIGHT, + BINDING_PER_WINDOW) +keybind (tile-to-side-w, handle_toggle_tiled, META_TILE_LEFT, + BINDING_PER_WINDOW) + keybind (move-to-corner-nw, handle_move_to_corner_nw, 0, BINDING_PER_WINDOW) keybind (move-to-corner-ne, handle_move_to_corner_ne, 0, |