mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
config: note gtk bug
This commit is contained in:
@ -316,6 +316,11 @@ keybind: Keybinds = .{},
|
|||||||
/// Changing this value will not affect the size of the window after
|
/// Changing this value will not affect the size of the window after
|
||||||
/// it has been created. This is only used for the initial size.
|
/// it has been created. This is only used for the initial size.
|
||||||
///
|
///
|
||||||
|
/// BUG: On Linux with GTK, the calculated window size will not properly
|
||||||
|
/// take into account window decorations. As a result, the grid dimensions
|
||||||
|
/// will not exactly match this configuration. If window decorations are
|
||||||
|
/// disabled (see window-decorations), then this will work as expected.
|
||||||
|
///
|
||||||
/// Windows smaller than 10 wide by 4 high are not allowed.
|
/// Windows smaller than 10 wide by 4 high are not allowed.
|
||||||
@"window-height": u32 = 0,
|
@"window-height": u32 = 0,
|
||||||
@"window-width": u32 = 0,
|
@"window-width": u32 = 0,
|
||||||
|
Reference in New Issue
Block a user