Add intellihide option to disable panel reveal with the pointer

gh-2123
This commit is contained in:
Charles Gagnon
2025-04-09 23:37:37 -04:00
parent 7a54518746
commit f0af17687f
4 changed files with 50 additions and 7 deletions

View File

@@ -350,10 +350,15 @@
<summary>Intellihide behaviour</summary>
<description>Dictates how to intelligently hide the panel</description>
</key>
<key type="b" name="intellihide-use-pointer">
<default>true</default>
<summary>Intellihide mouse pointer</summary>
<description>The mouse pointer next to the edge of the screen reveals the panel</description>
</key>
<key type="b" name="intellihide-use-pressure">
<default>false</default>
<summary>Intellihide pressure</summary>
<description>To reveal the panel, pressure needs to be applied to the edege of the screen</description>
<description>To reveal the panel, pressure needs to be applied to the edge of the screen</description>
</key>
<key type="i" name="intellihide-pressure-threshold">
<default>100</default>