summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2008-05-19 12:56:58 +0000
committerokan <okan>2008-05-19 12:56:58 +0000
commit7957a470fd60e9d50057989595dd3b36010211e2 (patch)
tree0a86bd03260e141244fa387e1ae54089646bb5f1 /calmwm.h
parenta94f4bbb7a5771fd20c300893f6331aba9f4d571 (diff)
downloadcwm-7957a470fd60e9d50057989595dd3b36010211e2.tar.gz
cwm-7957a470fd60e9d50057989595dd3b36010211e2.tar.xz
cwm-7957a470fd60e9d50057989595dd3b36010211e2.zip
finally implement keyboard binding for group toggling
idea for the
    "slightly-less-abhorrent-hack-but-a-hack-nonetheless-TM" from oga@

grab and ungrab the keyboard to get around some silly X apps that like
stealing events

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 5c06257..f420f6d 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -434,6 +434,7 @@ void			 kbfunc_client_group(struct client_ctx *, void *);
 void			 kbfunc_client_nextgroup(struct client_ctx *, void *);
 void			 kbfunc_client_prevgroup(struct client_ctx *, void *);
 void			 kbfunc_client_nogroup(struct client_ctx *, void *);
+void			 kbfunc_client_grouptoggle(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 *);