mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
Unredirect panel when intellihide is enabled
This commit is contained in:
@@ -203,6 +203,14 @@ var Intellihide = class {
|
||||
() => this._queueUpdatePanelPosition()
|
||||
]
|
||||
);
|
||||
|
||||
if (Meta.is_wayland_compositor()) {
|
||||
this._signalsHandler.add([
|
||||
this._panelBox,
|
||||
'notify::visible',
|
||||
() => Utils.setDisplayUnredirect(!this._panelBox.visible)
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
_onHoverChanged() {
|
||||
|
||||
Reference in New Issue
Block a user