diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2007-11-07 21:58:04 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2007-11-07 21:58:04 +0000 |
commit | 379780af0474330adc114ff8f8a187ba946d4bb7 (patch) | |
tree | 011d96f1586cc43ee45b7c5df1a5e291720f40a0 /app/cwm/calmwm.h | |
parent | 4d85406f294e338756cc783a988255193db34c89 (diff) |
Add support to cwm for resizing the windows using Control-Meta-[hjkl].
Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name).
ok jasper@, todd@.
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r-- | app/cwm/calmwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 7d15b82c6..73828354c 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> * All rights reserved. * - * $Id: calmwm.h,v 1.8 2007/06/27 13:28:22 todd Exp $ + * $Id: calmwm.h,v 1.9 2007/11/07 21:58:03 oga Exp $ */ #ifndef _CALMWM_H_ @@ -432,6 +432,7 @@ void kbfunc_client_nogroup(struct client_ctx *, void *); void kbfunc_client_maximize(struct client_ctx *, void *); void kbfunc_client_vmaximize(struct client_ctx *, void *); void kbfunc_client_move(struct client_ctx *, void *); +void kbfunc_client_resize(struct client_ctx *, void *); void kbfunc_menu_search(struct client_ctx *, void *); void kbfunc_exec(struct client_ctx *, void *); void kbfunc_ssh(struct client_ctx *, void *); |