aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/wm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/wm/config.h')
-rw-r--r--sys/cmd/wm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cmd/wm/config.h b/sys/cmd/wm/config.h
index d44b45f..752c6b7 100644
--- a/sys/cmd/wm/config.h
+++ b/sys/cmd/wm/config.h
@@ -59,9 +59,9 @@ CONFIG(Key*, endbinding, arrend(cfg·binding));
/* mouse buttons */
CONFIG(Button, button[], {
- { MODKEY, BTN_LEFT, move_client, {.ui = CursorMove} },
+ { MODKEY, BTN_LEFT, move_client, {0} },
{ MODKEY, BTN_MIDDLE, float_client, {0} },
- { MODKEY, BTN_RIGHT, resize_client, {.ui = CursorResize} },
+ { MODKEY, BTN_RIGHT, resize_client, {0} },
});
CONFIG(Button*, endbutton, arrend(cfg·button));