summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 18:29:49 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 18:29:49 +1000
commit5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582 (patch)
tree667d0ec7d0fbfde754f745338e76c2457775b9b3 /config/BarConfig.qml
parentlauncher: fix exclusion with utilities (diff)
downloadcaelestia-shell-5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582.tar.gz
caelestia-shell-5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582.tar.bz2
caelestia-shell-5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582.zip
bar: remove idle inhibitor
Use the one in the utilities panel instead
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 4815259..bbfc20b 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -47,10 +47,6 @@ JsonObject {
{
id: "power",
enabled: true
- },
- {
- id: "idleInhibitor",
- enabled: false
}
]