summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89281d2..1c952f7 100644
--- a/README.md
+++ b/README.md
@@ -516,6 +516,7 @@ default, you must create it manually.
},
"session": {
"dragThreshold": 30,
+ "enabled": true,
"vimKeybinds": false,
"commands": {
"logout": ["loginctl", "terminate-user", ""],
@@ -524,6 +525,10 @@ default, you must create it manually.
"reboot": ["systemctl", "reboot"]
}
},
+ "sidebar": {
+ "dragThreshold": 80,
+ "enabled": true
+ }.
"utilities": {
"enabled": true
}