mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
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.
This commit is contained in:
parent
d4b1e71b91
commit
2510e3df38
6 changed files with 33 additions and 12 deletions
|
|
@ -493,8 +493,10 @@ The default colors are:
|
|||
This affects new workspaces only, and is used when the workspace doesn't
|
||||
have its own gaps settings (see: workspace <ws> gaps ...).
|
||||
|
||||
*hide_edge_borders* none|vertical|horizontal|both|smart|smart_no_gaps
|
||||
Hides window borders adjacent to the screen edges. Default is _none_.
|
||||
*hide_edge_borders* [--i3] none|vertical|horizontal|both|smart|smart_no_gaps
|
||||
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.
|
||||
|
||||
*input* <input_device> <input-subcommands...>
|
||||
For details on input subcommands, see *sway-input*(5).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue