linux:hyper

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
最新のリビジョン両方とも次のリビジョン
linux:hyper [2023/10/06 11:19] – [インストール] ともやんlinux:hyper [2023/10/06 11:27] – [設定の編集] ともやん
行 148: 行 148:
         // Whether to use the WebGL renderer. Set it to false to use canvas-based         // Whether to use the WebGL renderer. Set it to false to use canvas-based
         // rendering (slower, but supports transparent backgrounds)         // rendering (slower, but supports transparent backgrounds)
-        webGLRenderer: false,+        webGLRenderer: true,
         // keypress required for weblink activation: [ctrl|alt|meta|shift]         // keypress required for weblink activation: [ctrl|alt|meta|shift]
         // todo: does not pick up config changes automatically, need to restart terminal :/         // todo: does not pick up config changes automatically, need to restart terminal :/
行 156: 行 156:
         // set to true to disable auto updates         // set to true to disable auto updates
         disableAutoUpdates: false,         disableAutoUpdates: false,
 +        // set to true to enable screen reading apps (like NVDA) to read the contents of the terminal
 +        screenReaderMode: false,
 +        // set to true to preserve working directory when creating splits or tabs
 +        preserveCWD: true,
         // for advanced config flags please refer to https://hyper.is/#cfg         // for advanced config flags please refer to https://hyper.is/#cfg
     },     },
  • linux/hyper.txt
  • 最終更新: 2023/10/08 05:25
  • by ともやん