From 3ccf43003056f94f1fb6d516c41fc9b54691473a Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Sat, 5 Sep 2020 11:27:50 +0200 Subject: [PATCH] Add user documentation of close --- examples/config | 1 + man/cagebreak-config.5.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/examples/config b/examples/config index 0f0a5b0..66ce97e 100644 --- a/examples/config +++ b/examples/config @@ -32,6 +32,7 @@ bind j focusdown bind k focusup bind l focusright bind t exec xterm +bind C-k close definekey resize h resizeleft definekey resize l resizeright definekey resize j resizedown diff --git a/man/cagebreak-config.5.md b/man/cagebreak-config.5.md index 8d4f274..8d51109 100644 --- a/man/cagebreak-config.5.md +++ b/man/cagebreak-config.5.md @@ -36,6 +36,11 @@ by prepending a line with the # symbol. > supplied action. `bind ` is equivalent to >> `definekey root ` +**close - Close current window** + +> This command closes the current window. It may be useful for windows of applications which +> do not offer any method of closing them. + **definekey - Bind key to action in arbitrary mode** > This command behaves similarly to the **bind** command with the