summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2011-06-24 06:09:26 +0000
committerokan <okan>2011-06-24 06:09:26 +0000
commit8f1c5833613687e67c8422bd50c34b4d11fa2e6c (patch)
tree17be3dacc2f50d4aa78496a7fa66ae23c9a78c2a /conf.c
parent34ba6cdbcc03111d75e2336739aa70edc7da5a1d (diff)
downloadcwm-8f1c5833613687e67c8422bd50c34b4d11fa2e6c.tar.gz
cwm-8f1c5833613687e67c8422bd50c34b4d11fa2e6c.tar.xz
cwm-8f1c5833613687e67c8422bd50c34b4d11fa2e6c.zip
New option to raise a client via the mouse (unbound by default);
opposing action, lower, already exists and bound.  Both keyboard
mappings already exist.

'no opinion either way' oga@
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 4d97f94..f5588bc 100644
--- a/conf.c
+++ b/conf.c
@@ -554,6 +554,7 @@ static struct {
 	{ "window_grouptoggle", mousefunc_window_grouptoggle,
 	    MOUSEBIND_CTX_WIN },
 	{ "window_lower", mousefunc_window_lower, MOUSEBIND_CTX_WIN },
+	{ "window_raise", mousefunc_window_raise, MOUSEBIND_CTX_WIN },
 	{ "window_hide", mousefunc_window_hide, MOUSEBIND_CTX_WIN },
 	{ "menu_group", mousefunc_menu_group, MOUSEBIND_CTX_ROOT },
 	{ "menu_unhide", mousefunc_menu_unhide, MOUSEBIND_CTX_ROOT },