summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-11 18:39:26 +0000
committerDana Jansens <danakj@orodu.net>2007-07-11 18:39:26 +0000
commit4f7a70f9faf58f6dcc5db4684fb1115a7076aef9 (patch)
tree16de1f92ec1956f766b589155e18379e5bb3f097 /openbox
parent0bfe6c1e5242d27df3b5063fb873fa1d3b0c283d (diff)
add default bindings for the side edges
Diffstat (limited to 'openbox')
-rw-r--r--openbox/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/config.c b/openbox/config.c
index a7d44ed0..72ac4108 100644
--- a/openbox/config.c
+++ b/openbox/config.c
@@ -834,6 +834,10 @@ static void bind_default_mouse()
{ "Left", "TRCorner", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "BLCorner", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "BRCorner", OB_MOUSE_ACTION_MOTION, "Resize" },
+ { "Left", "Top", OB_MOUSE_ACTION_MOTION, "Resize" },
+ { "Left", "Bottom", OB_MOUSE_ACTION_MOTION, "Resize" },
+ { "Left", "Left", OB_MOUSE_ACTION_MOTION, "Resize" },
+ { "Left", "Right", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "Titlebar", OB_MOUSE_ACTION_MOTION, "Move" },
{ "A-Left", "Frame", OB_MOUSE_ACTION_MOTION, "Move" },
{ "A-Middle", "Frame", OB_MOUSE_ACTION_MOTION, "Resize" },