summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 20:02:32 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 20:02:32 +1000
commit52c573a1c77902691bfed008a6b9d43f0d6ddb3b (patch)
tree9b0677160cd9fb3e918223920c2fb979cd6d94b8 /config
parentpopouts/kblayout: add switch layout button (#682) (diff)
downloadcaelestia-shell-52c573a1c77902691bfed008a6b9d43f0d6ddb3b.tar.gz
caelestia-shell-52c573a1c77902691bfed008a6b9d43f0d6ddb3b.tar.bz2
caelestia-shell-52c573a1c77902691bfed008a6b9d43f0d6ddb3b.zip
hypr: add cap/num lock toasts
Diffstat (limited to 'config')
-rw-r--r--config/UtilitiesConfig.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml
index 0d70d50..9117fa1 100644
--- a/config/UtilitiesConfig.qml
+++ b/config/UtilitiesConfig.qml
@@ -18,5 +18,7 @@ JsonObject {
property bool dndChanged: true
property bool audioOutputChanged: true
property bool audioInputChanged: true
+ property bool capsLockChanged: true
+ property bool numLockChanged: true
}
}