diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -522,6 +522,14 @@ default, you must create it manually. "command": ["systemctl", "suspend-then-hibernate"], "enabled": true, "dangerous": false + }, + { + "name": "Settings", + "icon": "settings", + "description": "Configure the shell", + "command": ["caelestia", "shell", "controlCenter", "open"], + "enabled": true, + "dangerous": false } ], "dragThreshold": 50, |