diff --git a/windows-terminal-quake/windows-terminal-quake.json b/windows-terminal-quake/windows-terminal-quake.json index 715b7a1..52a851f 100644 --- a/windows-terminal-quake/windows-terminal-quake.json +++ b/windows-terminal-quake/windows-terminal-quake.json @@ -22,12 +22,12 @@ "ToggleDurationMs": 250, // How far the terminal should come down, in percentage (eg. 50 = half way, 100 = full screen) - "VerticalScreenCoverage": 80, + "VerticalScreenCoverage": 100, // How much horizontal space the terminal should use. When this is below 100, the terminal is centered. // This can also be above 100, which can be useful to compensate for the window not always taking a 100% of the screen width, // due to the terminal being bound to column widths (eg. try 100.5 or 101). - "HorizontalScreenCoverage": 80 + "HorizontalScreenCoverage": 100 // HotKeys.Modifiers: // Alt, Control, Shift, Windows