From 6e143ffec327b3f3afdd682aea14c5d15628fbe8 Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Sun, 23 Oct 2016 17:21:08 +0100 Subject: man/osc: reorder a few options for better visibility Also document pre-0.21.0 defaults. --- DOCS/man/osc.rst | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst index 20f7fbf7e6..ce6471d014 100644 --- a/DOCS/man/osc.rst +++ b/DOCS/man/osc.rst @@ -147,6 +147,31 @@ Example:: Configurable Options ~~~~~~~~~~~~~~~~~~~~ +``layout`` + | Default: bottombar + | The layout for the OSC. Currently available are: box, slimbox, + bottombar and topbar. Default pre-0.21.0 was 'box'. + +``seekbarstyle`` + | Default: bar + | Sets the style of the seekbar, slider (diamond marker) or bar (fill). + Default pre-0.21.0 was 'slider'. + +``deadzonesize`` + | Default: 1.0 + | Size of the deadzone. The deadzone is an area that makes the mouse act + like leaving the window. Movement there won't make the OSC show up and + it will hide immediately if the mouse enters it. The deadzone starts + at the window border opposite to the OSC and the size controls how much + of the window it will span. Values between 0.0 and 1.0, where 0 means the + OSC will always popup with mouse movement in the window, and 1 means the + OSC will only show up when the mouse hovers it. Default pre-0.21.0 was 0. + +``minmousemove`` + | Default: 0 + | Minimum amount of pixels the mouse has to move between ticks to make + the OSC show up. Default pre-0.21.0 was 3. + ``showwindowed`` | Default: yes | Enable the OSC when windowed @@ -197,30 +222,6 @@ Configurable Options | Default: 200 | Duration of fade out in ms, 0 = no fade -``deadzonesize`` - | Default: 1 - | Size of the deadzone. The deadzone is an area that makes the mouse act - like leaving the window. Movement there won't make the OSC show up and - it will hide immediately if the mouse enters it. The deadzone starts - at the window border opposite to the OSC and the size controls how much - of the window it will span. Values between 0 and 1, where 0 means the - OSC will always popup with mouse movement in the window, and 1 means the - OSC will only show up when the mouse hovers it. - -``minmousemove`` - | Default: 0 - | Minimum amount of pixels the mouse has to move between ticks to make - the OSC show up - -``layout`` - | Default: bottombar - | The layout for the OSC. Currently available are: box, slimbox, - bottombar and topbar. - -``seekbarstyle`` - | Default: bar - | Sets the style of the seekbar, slider (diamond marker) or bar (fill) - ``tooltipborder`` | Default: 1 | Size of the tooltip outline when using bottombar or topbar layouts -- cgit v1.2.3