From c8fd8eff2177a7dd2e30bfb2eaa4635cc768fd82 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 5 Nov 2022 18:32:46 +0100 Subject: userguide: document smart_borders --- docs/userguide | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/userguide b/docs/userguide index 052af805..0eee863b 100644 --- a/docs/userguide +++ b/docs/userguide @@ -798,6 +798,27 @@ hide_edge_borders none|vertical|horizontal|both|smart|smart_no_gaps hide_edge_borders vertical ---------------------- +[[_smart_borders]] +=== Smart borders + +Smart borders will draw borders on windows only if there is more than one window +in a workspace. This feature can also be enabled only if the gap size between +window and screen edge is +0+. + +*Syntax*: +----------------------------------------------- +smart_borders on|off|no_gaps +----------------------------------------------- + +*Example*: +---------------------- +# Activate smart borders (always) +smart_borders on + +# Activate smart borders (only when there are effectively no gaps) +smart_borders no_gaps +---------------------- + [[for_window]] === Arbitrary commands for specific windows (for_window) -- cgit v1.2.3-54-g00ecf