aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2013-01-08 15:16:04 +0000
committerokan2013-01-08 15:16:04 +0000
commit4372e951672dfbd5308d0794d0b4fe7f47d4c050 (patch)
treea50ccca8771f738edfb57d05d35ebf2c1d52456a /conf.c
parentbd448cd97c1d6ac4577fa4831105f3d54fab673b (diff)
downloadcwm-4372e951672dfbd5308d0794d0b4fe7f47d4c050.tar.gz
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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 8c45f39..24d7623 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.120 2013/01/04 16:27:58 okan Exp $
+ * $OpenBSD: conf.c,v 1.121 2013/01/08 15:16:05 okan Exp $
*/
#include <sys/param.h>
@@ -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 } },
};
/*