X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=beb54be4e6393102c23e521a9aeb12774efa5c75;hb=32c93f09f03bd2d7c7bf3408febbe9fa7f8dd1cc;hp=890b002a8ec95d9ff169f1f336ea860612b90107;hpb=7a679dd1989ee0b5b36ab2d6b16af47be8a537ad;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 890b002a..beb54be4 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -49,6 +49,7 @@ struct _ObAppSettings gint shade; gint decor; gint focus; + ObPlaceMonitor monitor_type; gint monitor; gint iconic; gint skip_pager; @@ -56,8 +57,9 @@ struct _ObAppSettings gint max_horz; gint max_vert; gint fullscreen; - gint layer; + + guint8 opacity; }; /*! Should new windows be focused */ @@ -144,6 +146,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;