diff options
Diffstat (limited to 'shell.qml')
| -rw-r--r-- | shell.qml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -13,7 +13,12 @@ ShellRoot { Background {} Drawers {} AreaPicker {} - Lock {} + Lock { + id: lock + } Shortcuts {} + IdleMonitors { + lock: lock + } } |