summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2007-11-07 21:58:03 +0000
committeroga <oga>2007-11-07 21:58:03 +0000
commit699b04895988048447b0b80c2d751db4de4d18c0 (patch)
treef37bb3cbd49475d041233ae8b44355f8c1efb465 /calmwm.h
parentaf71fc930af0ef837a0a06f98cdd77d9c704a171 (diff)
downloadcwm-699b04895988048447b0b80c2d751db4de4d18c0.tar.gz
cwm-699b04895988048447b0b80c2d751db4de4d18c0.tar.xz
cwm-699b04895988048447b0b80c2d751db4de4d18c0.zip
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 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 4e9afbf..75b968b 100644
--- a/calmwm.h
+++ b/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 *);