Skip to content

Commit

Permalink
LXQtPanel: set LayerShellQt KeyboardInteractivityOnDemand
Browse files Browse the repository at this point in the history
Set layer shell keyboard interactivity on-demand
  • Loading branch information
gfgit committed Mar 26, 2024
1 parent 35705e3 commit e065073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/lxqtpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ LXQtPanel::LXQtPanel(const QString &configGroup, LXQt::Settings *settings, QWidg
anchors.setFlag(LayerShellQt::Window::AnchorRight);
mLayerWindow->setAnchors(anchors);

mLayerWindow->setKeyboardInteractivity(LayerShellQt::Window::KeyboardInteractivityNone);
mLayerWindow->setKeyboardInteractivity(LayerShellQt::Window::KeyboardInteractivityOnDemand);
mLayerWindow->setCloseOnDismissed(false);

mLayerWindow->setExclusiveEdge(LayerShellQt::Window::AnchorBottom);
Expand Down

0 comments on commit e065073

Please sign in to comment.