macOS: Add an option macos_window_resizable to control if kitty top-level windows are resizable using the mouse or not

Fixes #698
This commit is contained in:
Kovid Goyal
2018-07-03 06:49:28 +05:30
parent f12697c897
commit 619c3a0025
6 changed files with 25 additions and 11 deletions

View File

@@ -715,7 +715,10 @@ kitty will stay running, even with no open windows, as is the expected
behavior on macOS.
'''))
o('macos_window_resizable', True, long_text=_('''
Disable this if you want kitty top-level (OS) windows to not be resizable
on macOS.
'''))
# }}}
g('shortcuts') # {{{