Finish implementing resize by increment

This commit is contained in:
Luflosi
2019-11-24 18:17:47 +01:00
committed by Anders Eurenius
parent 4619259e26
commit c28ff5259a
5 changed files with 14 additions and 1 deletions

View File

@@ -649,6 +649,13 @@ A value of :code:`blank` means draw a blank window.
A value of :code:`size` means show the window size in cells.
'''))
o('resize_in_steps', False, long_text=_('''
Resize the OS window in steps as large as the cells, instead of with the usual pixel accuracy.
Combined with an :opt:`initial_window_width` and :opt:`initial_window_height` in number of cells,
this option can be used to keep the margins as small as possible when resizing the OS window.
Note that this does not currently work on Wayland.
'''))
# }}}
g('tabbar') # {{{