[kwin] Make desktop change OSD a click-through window

It used to be like that, but regressed with the switch to QML. Now
PlasmaCore.Dialog supports an outputOnly mode, so let's add it again.
This commit is contained in:
Martin Gräßlin 2014-01-21 09:01:11 +01:00
parent 2297dccdc6
commit 3b37c82c5d

View file

@ -28,6 +28,7 @@ PlasmaCore.Dialog {
location: PlasmaCore.Types.Floating
visible: false
flags: Qt.X11BypassWindowManagerHint
outputOnly: true
mainItem: Item {
function loadConfig() {