MyGit

v2.0.0-pre6

flyingpie/windows-terminal-quake

版本发布时间: 2024-04-01 06:24:10

flyingpie/windows-terminal-quake最新发布版本:v2.0.11(2024-07-16 16:46:34)

Added sizing.

wtq-sizing-01

Globally, for all apps:

{
  // Horizontal screen coverage, as a percentage (defaults to 95).
  "HorizontalScreenCoverage": 95,

  // Vertical screen coverage, as a percentage (defaults to 95).
  "VerticalScreenCoverage": 95,

  // How much room to leave between the top of the terminal and the top of the screen, in pixels.
  "VerticalOffset": 0
}

Or per app:

{
  "Apps": [
    {
      "Name": "Terminal",

      // Horizontal screen coverage, as a percentage (defaults to 95).
      "HorizontalScreenCoverage": 95,

      // Vertical screen coverage as a percentage (defaults to 95).
      "VerticalScreenCoverage": 95,
    
      // How much room to leave between the top of the terminal and the top of the screen, in pixels.
      "VerticalOffset": 0
    },
    ...
  ]
}

相关地址:原始地址 下载(tar) 下载(zip)

1、 win-x64_framework-dependent.zip 1.04MB

2、 win-x64_self-contained.zip 63.33MB

查看:2024-04-01发行的版本