diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -223,7 +223,13 @@ All configuration options are in `~/.config/caelestia/shell.json`. "useFahrenheit": false }, "session": { - "dragThreshold": 30 + "dragThreshold": 30, + "commands": { + "logout": ["loginctl", "terminate-user", ""], + "shutdown": ["systemctl", "poweroff"], + "hibernate": ["systemctl", "hibernate"], + "reboot": ["systemctl", "reboot"] + } } } ``` |