aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar db <github@benedik.si>2019-02-24 10:00:15 +0100
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-24 15:26:37 -0500
commit2510e3df384d9ab7b27e66c27371ec44606f5d8e (patch)
tree604c78e79e5ba5c780429a69d5c617ffc0a5cbe4 /sway/sway.5.scd
parentMake load_include_configs void. Fix some cases where WD would not be restored. (diff)
downloadsway-2510e3df384d9ab7b27e66c27371ec44606f5d8e.tar.gz
sway-2510e3df384d9ab7b27e66c27371ec44606f5d8e.tar.zst
sway-2510e3df384d9ab7b27e66c27371ec44606f5d8e.zip
add --i3 flag to hide_edge_borders
Enables i3-compatible behavior regarding hiding the title bar on tabbed and stacked containers with one child. Related issues and merge requests: #3031, #3002, #2912, #2987.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1affca5f..c0ec85cd 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -493,8 +493,10 @@ The default colors are:
493 This affects new workspaces only, and is used when the workspace doesn't 493 This affects new workspaces only, and is used when the workspace doesn't
494 have its own gaps settings (see: workspace <ws> gaps ...). 494 have its own gaps settings (see: workspace <ws> gaps ...).
495 495
496*hide_edge_borders* none|vertical|horizontal|both|smart|smart_no_gaps 496*hide_edge_borders* [--i3] none|vertical|horizontal|both|smart|smart_no_gaps
497 Hides window borders adjacent to the screen edges. Default is _none_. 497 Hides window borders adjacent to the screen edges. Default is _none_. The
498 _--i3_ option enables i3-compatible behavior to hide the title bar on tabbed
499 and stacked containers with one child.
498 500
499*input* <input_device> <input-subcommands...> 501*input* <input_device> <input-subcommands...>
500 For details on input subcommands, see *sway-input*(5). 502 For details on input subcommands, see *sway-input*(5).