summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-11-04 12:13:25 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-11-04 12:13:25 +0000
commitff39f02c38f738168644fc38a7ad526bf16c2ab7 (patch)
treeb21635bb179b00cacc926dff0c3aabf3171cb93b /openbox/config.h
parented4c6995ca199e5d015f1ca90654b4030c7ea760 (diff)
add an option to resize with 4 corners as it was long ago and make the default 9 "corners" with the middle corner being move. that way you only need one mod+button to move and resize windows
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 13255108..d7fc51f7 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -45,6 +45,9 @@ extern ObPlacePolicy config_place_policy;
/*! When true windows' contents are refreshed while they are resized; otherwise
they are not updated until the resize is complete */
extern gboolean config_resize_redraw;
+/*! Divide windows in 4 or 9 areas when doing a resize. The middle will be move
+ when selecting 9 corners */
+extern gboolean config_resize_four_corners;
/*! show move/resize popups? 0 = no, 1 = always, 2 = only
resizing !1 increments */
extern gint config_resize_popup_show;