Skip to content

Commit

Permalink
Screen coverage defaults to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed Aug 23, 2020
1 parent abb6660 commit 3150154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows-terminal-quake/windows-terminal-quake.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3150154

Please sign in to comment.