Make horizontal edge-borders hidable too

This commit is contained in:
Axel Wagner
2012-08-05 21:41:36 +02:00
committed by Michael Stapelberg
parent 1b2d222449
commit 57effd65b2
7 changed files with 63 additions and 28 deletions

View File

@ -471,17 +471,17 @@ new_window 1pixel
=== Hiding vertical borders
You can hide vertical borders adjacent to the screen edges using
+hide_edge_borders+. This is useful if you are using scrollbars. This option is
disabled by default.
+hide_edge_borders+. This is useful if you are using scrollbars, or do not want
to waste even two pixels in displayspace. Default is none.
*Syntax*:
----------------------------
hide_edge_borders <yes|no>
hide_edge_borders <none|vertical|horizontal|both>
----------------------------
*Example*:
----------------------
hide_edge_borders yes
hide_edge_borders vertical
----------------------
=== Arbitrary commands for specific windows (for_window)