mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Document that window padding changes need a restart
This commit is contained in:
@ -555,6 +555,8 @@ keybind: Keybinds = .{},
|
|||||||
/// grid will be completely squished by the padding. It is up to you as the user
|
/// grid will be completely squished by the padding. It is up to you as the user
|
||||||
/// to pick a reasonable value. If you pick an unreasonable value, a warning
|
/// to pick a reasonable value. If you pick an unreasonable value, a warning
|
||||||
/// will appear in the logs.
|
/// will appear in the logs.
|
||||||
|
///
|
||||||
|
/// Changing these values will only apply after restart.
|
||||||
@"window-padding-x": u32 = 2,
|
@"window-padding-x": u32 = 2,
|
||||||
@"window-padding-y": u32 = 2,
|
@"window-padding-y": u32 = 2,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user