diff options
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index 21f4e9a3..e13dd091 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -77,6 +77,8 @@ extern guint config_dock_app_move_modifiers; /* The name of the theme */ extern gchar *config_theme; +/* Show the onepixel border after toggleDecor */ +extern gboolean config_theme_keepborder; /* Titlebar button layout */ extern gchar *config_title_layout; |
