From 128209b1c3dd4be15b8ddf5e6e007a335e987549 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Jun 2007 00:19:02 +0000 Subject: let you use +-+-x in the positions for per-app settings, like x geometry --- openbox/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 0a4ad090..f45196e2 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -41,6 +41,8 @@ struct _ObAppSettings Point position; gboolean center_x; gboolean center_y; + gboolean opposite_x; + gboolean opposite_y; gboolean pos_given; guint desktop; -- cgit v1.2.3