Add option to hide from windows on monitor

gh-2223
This commit is contained in:
Charles Gagnon
2025-04-09 18:47:20 -04:00
parent eb6366ef3e
commit 94aaacd241
6 changed files with 114 additions and 19 deletions

View File

@@ -338,9 +338,13 @@
</key>
<key type="b" name="intellihide-hide-from-windows">
<default>false</default>
<summary>Only hide from windows</summary>
<summary>Only hide from overlapping windows</summary>
<description>Dictates if the dash should only hide when in conflict with windows</description>
</key>
<key type="b" name="intellihide-hide-from-monitor-windows">
<default>false</default>
<summary>Only hide from windows on monitor</summary>
</key>
<key name="intellihide-behaviour" enum="org.gnome.shell.extensions.dash-to-panel.proximityBehavior">
<default>'FOCUSED_WINDOWS'</default>
<summary>Intellihide behaviour</summary>