about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2013-01-08 15:16:04 +0000
committerokan <okan>2013-01-08 15:16:04 +0000
commit3a7596968b740328c41f6807800d004c75e3c62f (patch)
tree19c3c033c0c99a2464a9dbd2d38332acc3829ddc /conf.c
parentbf9d9815976c0afae2e87afeebaa57b02b1d911c (diff)
downloadcwm-3a7596968b740328c41f6807800d004c75e3c62f.tar.gz
cwm-3a7596968b740328c41f6807800d004c75e3c62f.tar.xz
cwm-3a7596968b740328c41f6807800d004c75e3c62f.zip
add per-group vert/horiz tiling support; introduces 2 new bind commands,
'vtile' and 'htile'; from Alexander Polakov.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 6ef9375..67f58a6 100644
--- a/conf.c
+++ b/conf.c
@@ -375,6 +375,10 @@ static struct {
 	    {.i = (CWM_LEFT|CWM_PTRMOVE|CWM_BIGMOVE)} },
 	{ "bigptrmoveright", kbfunc_moveresize, 0,
 	    {.i = (CWM_RIGHT|CWM_PTRMOVE|CWM_BIGMOVE)} },
+	{ "htile", kbfunc_tile, KBFLAG_NEEDCLIENT,
+	    {.i = CWM_TILE_HORIZ } },
+	{ "vtile", kbfunc_tile, KBFLAG_NEEDCLIENT,
+	    {.i = CWM_TILE_VERT } },
 };
 
 /*