summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorsimon <simon>2008-04-07 23:47:09 +0000
committersimon <simon>2008-04-07 23:47:09 +0000
commit0f182230426e86175a00b6e9328cc8d9bf0b876e (patch)
tree7324d6959e887170dff89a63c564030cfd7d8216 /calmwm.h
parentcb2cc70c3f757ca57addd3d7fba49353380ed5b2 (diff)
downloadcwm-0f182230426e86175a00b6e9328cc8d9bf0b876e.tar.gz
cwm-0f182230426e86175a00b6e9328cc8d9bf0b876e.tar.xz
cwm-0f182230426e86175a00b6e9328cc8d9bf0b876e.zip
Add quit function, bind it per default to CM-q and change exec_wm
binding to CM-w.

Inital diff from Gleydson Soares
Feedback from oga@ and okan@

ok oga@
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 a784798..8bb48f4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -451,6 +451,7 @@ void kbfunc_client_prevgroup(struct client_ctx *, void *);
 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_quit_wm(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 *);