From 147564a0029d1f1f699a33004dfc05930eb6c5a6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:39:26 +1000 Subject: readme: update for new options --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03e0319..8ea2927 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,9 @@ All configuration options are in `~/.config/caelestia/shell.json`. ```json { "bar": { + "dragThreshold": 20, + "persistent": true, + "showOnHover": true, "workspaces": { "activeIndicator": true, "activeLabel": "󰮯 ", @@ -171,6 +174,7 @@ All configuration options are in `~/.config/caelestia/shell.json`. }, "launcher": { "actionPrefix": ">", + "dragThreshold": 50, "enableDangerousActions": false, "maxShown": 8, "maxWallpapers": 9 -- cgit v1.2.3-freya