Skip to content

Commit

Permalink
Added scope (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch authored Nov 28, 2024
1 parent 9ebf250 commit 897bb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ void MainWindow::enableDropMode()
| LayerShellQt::Window::AnchorLeft
| LayerShellQt::Window::AnchorRight};
m_layerWindow->setAnchors(anchors);
m_layerWindow->setScope(QStringLiteral("dropdown_terminal"));
m_layerWindow->setScreenConfiguration(LayerShellQt::Window::ScreenConfiguration::ScreenFromCompositor);
}
}
Expand Down

0 comments on commit 897bb0c

Please sign in to comment.