readme: update for new options
This commit is contained in:
parent
6222f969d4
commit
147564a002
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue