Add option to reveal the desktop on hover

This commit is contained in:
Charles Gagnon
2019-02-04 21:59:37 -05:00
parent 60656d7547
commit e306dc2650
4 changed files with 263 additions and 58 deletions

View File

@@ -350,6 +350,21 @@
<summary>Width of show Desktop button</summary>
<description>Customize the width of the show Desktop button</description>
</key>
<key type="b" name="show-showdesktop-hover">
<default>false</default>
<summary>Show desktop on hover</summary>
<description>Show the desktop on mouse hover</description>
</key>
<key type="i" name="show-showdesktop-delay">
<default>1000</default>
<summary>Delay show desktop</summary>
<description>Delay before showing the desktop</description>
</key>
<key type="i" name="show-showdesktop-time">
<default>300</default>
<summary>Show desktop animation time</summary>
<description>Window fade animation time when showing the destop</description>
</key>
<key type="b" name="show-appmenu">
<default>false</default>
<summary>Show appMenu button</summary>