From ff39f02c38f738168644fc38a7ad526bf16c2ab7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 4 Nov 2004 12:13:25 +0000 Subject: 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 --- openbox/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/config.h') 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; -- cgit v1.2.3