From edb0412e9f738786d3380aa8a39bb28635122485 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 4 Mar 2024 23:01:31 +0100 Subject: [PATCH] Add explicit hint about config documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d3757c..affc4fb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ responsive window management without cutting down on useful features. Catacomb is configured through IPC using `catacomb msg`. +Documentation for available configuration options is available under `catacomb +msg -h`. + For persistent configuration or to launch applications on startup, Catacomb automatically loads `$XDG_CONFIG_HOME/catacomb/post_start.sh` (or `~/.config/catacomb/post_start.sh` if `XDG_CONFIG_HOME` is not defined).