Commit 5896170d authored by Erik Reider's avatar Erik Reider

Added missing control-center-positionX and Y to man 5 page

parent e627045c
...@@ -13,3 +13,8 @@ tab_width = 4 ...@@ -13,3 +13,8 @@ tab_width = 4
# Markup files # Markup files
[{*.html,*.xml,*.xml.in,*.yml}] [{*.html,*.xml,*.xml.in,*.yml}]
tab_width = 2 tab_width = 2
# Man pages
[*.scd]
indent_style = tab
tab_width = 4
...@@ -47,6 +47,20 @@ config file to be able to detect config errors ...@@ -47,6 +47,20 @@ config file to be able to detect config errors
description: Which GTK priority to use when loading the default and user ++ description: Which GTK priority to use when loading the default and user ++
CSS files. Pick "user" to override *XDG_CONFIG_HOME/gtk-3.0/gtk.css* CSS files. Pick "user" to override *XDG_CONFIG_HOME/gtk-3.0/gtk.css*
*control-center-positionX* ++
type: string ++
default: right ++
values: left, right, center ++
description: Optional: Horizontal position of the control center. ++
Supersedes positionX if not set to `none`.
*control-center-positionY* ++
type: string ++
default: top ++
values: top, center, bottom ++
description: Optional: Vertical position of the control center. ++
Supersedes positionY if not set to `none`.
*control-center-margin-top* ++ *control-center-margin-top* ++
type: integer ++ type: integer ++
default: 0 ++ default: 0 ++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment