237dmitry

Results 245 comments of 237dmitry

> I have tried changing the colour scheme I think you can change PSReadline options: ``` Get-PSReadlineOption ``` ``` Set-PSReadlineOption -Color @{ ListPrediction = "Green" ListPredictionSelected = "Red" ListPredictionTooltip =...

![ss-20221020231303](https://user-images.githubusercontent.com/78153320/197049169-12154bbd-83a5-49f8-88d4-a3ac038311bb.png)

In my environment all works fine but Acrylic. Need WT restarting. 1.16.2642.0 ``` "opacity": 0, // Work with any value "backgroundImage": "%UserProfile%\\Path\\To\\picture.png", "backgroundImageAlignment": "topLeft", "backgroundImageOpacity": 0.9, "backgroundImageStretchMode": "fill", "useAcrylic": true,...

As a workaround you can elevate current profile or execute command in elevated state with [gsudo](https://github.com/gerardog/gsudo/releases) via UAC confirmation.

Windows Terminal is opened all the time, for several days or weeks, until Windows restarts after updates. Usually there are several tabs opened. ``` wt 1.16.2642.0 ``` ```powershell > $PSVersionTable...

> It is interesting that I have Alacritty window open with the same pwsh and it does not crash. So maybe the issue is in OpenConsole.exe but I see no...

In my environment these gestures work like this: | Four Fingers swipe | Actions | |----------------------|--------| | Up | Rise Virtual Desktops screen or Restore a window if it was...

What's wrong with this file? What settings do you want to keep intact? The only things that come to my mind are formatting, alphabetical order, and comments. Or perhaps it...

There is the parameter in Preview version: ``` "newTabPosition": "afterCurrentTab" // or "afterLastTab" (default) ``` Command will open new tab near current tab: ``` wt -w 0 nt -p ""...

> `newTabPosition` is a global option Changing the configuration via settings.json for most settings happens on the fly. I am not against `--near` switch. This more convenient. As a workaround...