X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=75bbf84180df20fc998bb393e7ccafe2bc411347;hb=HEAD;hp=87662ab9d27955fa86d073d4fef1f6f7c2e8c5ff;hpb=10a833b2cba11349a57071a7538cae9a560b8cc9;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 87662ab9..75bbf841 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -51,7 +51,6 @@ struct _ObAppSettings gint width_denom; gint height_num; gint height_denom; - gboolean size_given; guint desktop; gint shade; @@ -65,8 +64,9 @@ struct _ObAppSettings gint max_horz; gint max_vert; gint fullscreen; - gint layer; + + guint8 opacity; }; /*! Should new windows be focused */ @@ -89,6 +89,8 @@ extern gboolean config_unfocus_leave; /*! The algorithm to use for placing new windows */ extern ObPlacePolicy config_place_policy; +/*! Place windows in the center of the free area */ +extern gboolean config_place_center; /*! Place windows on the active monitor (unless they are part of an application already on another monitor) */ extern ObPlaceMonitor config_place_monitor; @@ -151,6 +153,10 @@ extern gchar *config_title_layout; extern gboolean config_animate_iconify; /*! Size of icons in focus switching dialogs */ extern guint config_theme_window_list_icon_size; +/*! Amount of time between flashes (0 to disable flashing) */ +extern guint config_frame_flash_delay; +/*! How long (ms) to flash the window's frame (0 to flash forever) */ +extern guint config_frame_flash_duration; /*! The font for the active window's title */ extern RrFont *config_font_activewindow;