diff options
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 4aaff8c..1733e47 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -46,6 +46,10 @@ JsonObject { id: "power", enabled: true }, + { + id: "idleInhibitor", + enabled: false + } ] component Workspaces: JsonObject { |