[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:
parent
2297dccdc6
commit
3b37c82c5d
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ PlasmaCore.Dialog {
|
|||
location: PlasmaCore.Types.Floating
|
||||
visible: false
|
||||
flags: Qt.X11BypassWindowManagerHint
|
||||
outputOnly: true
|
||||
|
||||
mainItem: Item {
|
||||
function loadConfig() {
|
||||
|
|
Loading…
Reference in a new issue