From 211c40b36ca45391e35c17f20eef2ed0306c938b Mon Sep 17 00:00:00 2001 From: quinno <3379314+quinnyo@users.noreply.github.com> Date: Mon, 27 Jun 2022 00:01:29 +1000 Subject: [PATCH] minor changes to sway.5.scd A couple of minor changes to the hide_edge_borders description. - now refers to the correct smart_borders option ('smart' -> 'on') - more consistent use of emphasis --- sway/sway.5.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index db7886f0..b9ac17db 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -744,8 +744,8 @@ The default colors are: Hides window borders adjacent to the screen edges. Default is _none_. The _--i3_ option enables i3-compatible behavior to hide the title bar on tabbed and stacked containers with one child. The _smart_|_smart_no_gaps_ - options are equivalent to setting _smart_borders_ smart|no_gaps and - _hide_edge_borders_ none. + options are equivalent to setting smart_borders _on_|_no_gaps_ and + hide_edge_borders _none_. *input* For details on input subcommands, see *sway-input*(5).