diff --git a/src/interfaces/window.cpp b/src/interfaces/window.cpp index 97233e6..edddf4b 100644 --- a/src/interfaces/window.cpp +++ b/src/interfaces/window.cpp @@ -31,7 +31,7 @@ public: QString scope = QStringLiteral("window"); Window::Anchors anchors = {Window::AnchorTop | Window::AnchorBottom | Window::AnchorLeft | Window::AnchorRight}; int32_t exclusionZone = 0; - Window::KeyboardInteractivity keyboardInteractivity = Window::KeyboardInteractivityNone; + Window::KeyboardInteractivity keyboardInteractivity = Window::KeyboardInteractivityExclusive; Window::Layer layer = Window::LayerTop; QMargins margins; Window::ScreenConfiguration screenConfiguration = Window::ScreenFromQWindow;