Skip to content

Application Settings

Chanakya edited this page Mar 19, 2024 · 6 revisions

The following snippet does this shows the default options

"AppSettings": {
  "LaunchUnderMouse": false,
  "NoWhiteBorder": false,
  "BackgroundType": "mica",
  "WindowSize": [420,210]
}

Other Options

  • LaunchUnderMouse defaulted to false, can be used to launch the hurl window under the mouse when enabled
  • NoWhiteBorder set true or false to enable or disable the white border around the window.
  • BackgroundType supports mica, acrylic, none
    • win11 22H2 or above supports all options
    • win11 build 22000 only mica
    • win10 is defaulted to none irrespective of option
  • WindowSize is to set the size of Hurl BrowserSelect window. You dont need to set this, Just resize the window accordingly, It get filled automatically.
Clone this wiki locally