all repos — tint2 @ d0506f07a168c1c1372f95038d50599482bad115

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Updated changelog and documentation
o9000 mrovi9000@gmail.com
commit

d0506f07a168c1c1372f95038d50599482bad115

parent

1d076ee6a493802fda03bc8d2ad582098b8c92a0

6 files changed, 16 insertions(+), 6 deletions(-)

jump to
M AUTHORSAUTHORS

@@ -24,6 +24,8 @@ Craig Oakes : WM flags, issue tracker organization

Jeff Blake (https://gitlab.com/u/berkley4) : more mouse event handlers Vladimir <vladimir-csp@yandex.ru> : translations, bug reports Christophe D. <stophe72.d@gmail.com> : non-rectangular borders + Benoit Averty : taskbar enhancements + Justin Jacobs : tint2conf fixes Translations: Bosnian:
M ChangeLogChangeLog

@@ -1,6 +1,9 @@

-2016-08-07 master +2016-09-18 master +- Fixes: + - tint2conf: executor tooltips are now correctly disabled when text config value is empty (contributed by Justin Jacobs) - Enhancements: - Desktop files (shortcuts) used in launcher are reloaded on click, in case the file has changed + - New config option taskbar_hide_if_empty to hide an empty taskbar in multi_desktop mode (contributed by Benoit Averty) 2016-08-02 0.12.12 - Fixes:
M doc/manual.htmldoc/manual.html

@@ -380,7 +380,8 @@ <li>You can drag-and-drop tasks between virtual desktops;</li>

<li>You can switch between virtual desktops.</li> </ul></li> </ul></li> -<li><p><code>taskbar_distribute_size = boolean (0 or 1)</code> : If enabled, in multi-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. <em>(since 0.12)</em></p></li> +<li><p><code>taskbar_hide_if_empty = boolean (0 or 1)</code> : If enabled, in multi-desktop mode the taskbars corresponding to empty desktops different from the current desktop are hidden.</p></li> +<li><p><code>taskbar_distribute_size = boolean (0 or 1)</code> : If enabled, in multi-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. <em>(since 0.12)</em></p></li> <li><p><code>taskbar_padding = horizontal_padding vertical_padding spacing</code></p></li> </ul> <p><img src="images/taskbar_padding.jpg" alt=""></p>
M doc/readme.htmldoc/readme.html

@@ -199,9 +199,9 @@

</style> </head> <body> -<h1 id="latest-stable-release-0-12-11"><span class="md2man-title">Latest</span> <span class="md2man-section">stable</span> <span class="md2man-date">release:</span> <span class="md2man-source">0.12.11</span><a name="latest-stable-release-0-12-11" href="#latest-stable-release-0-12-11" class="md2man-permalink" title="permalink"></a></h1><p>Changes: <a href="https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog">https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog</a></p><p>Documentation: <a href="manual.html">manual.html</a></p><p>Compile it with (see also <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies">dependencies</a>):</p><pre class="highlight plaintext"><code>git clone https://gitlab.com/o9000/tint2.git +<h1 id="latest-stable-release-0-12-12"><span class="md2man-title">Latest</span> <span class="md2man-section">stable</span> <span class="md2man-date">release:</span> <span class="md2man-source">0.12.12</span><a name="latest-stable-release-0-12-12" href="#latest-stable-release-0-12-12" class="md2man-permalink" title="permalink"></a></h1><p>Changes: <a href="https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog">https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog</a></p><p>Documentation: <a href="manual.html">manual.html</a></p><p>Compile it with (see also <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies">dependencies</a>):</p><pre class="highlight plaintext"><code>git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.12.11 +git checkout 0.12.12 mkdir build cd build cmake ..
M doc/tint2.1doc/tint2.1

@@ -326,7 +326,9 @@ You can switch between virtual desktops.

.RE .RE .IP \(bu 2 -\fB\fCtaskbar_distribute_size = boolean (0 or 1)\fR : If enabled, in multi\-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. \fI(since 0.12)\fP +\fB\fCtaskbar_hide_if_empty = boolean (0 or 1)\fR : If enabled, in multi\-desktop mode the taskbars corresponding to empty desktops different from the current desktop are hidden. +.IP \(bu 2 +\fB\fCtaskbar_distribute_size = boolean (0 or 1)\fR : If enabled, in multi\-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. \fI(since 0.12)\fP .IP \(bu 2 \fB\fCtaskbar_padding = horizontal_padding vertical_padding spacing\fR .RE
M doc/tint2.mddoc/tint2.md

@@ -241,7 +241,9 @@ * `multi_desktop` : Pager like capability. Shows multiple taskbars, one per virtual desktop, with which:

* You can drag-and-drop tasks between virtual desktops; * You can switch between virtual desktops. - * `taskbar_distribute_size = boolean (0 or 1)` : If enabled, in multi-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. *(since 0.12)* + * `taskbar_hide_if_empty = boolean (0 or 1)` : If enabled, in multi-desktop mode the taskbars corresponding to empty desktops different from the current desktop are hidden. + + * `taskbar_distribute_size = boolean (0 or 1)` : If enabled, in multi-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. *(since 0.12)* * `taskbar_padding = horizontal_padding vertical_padding spacing`