237dmitry

Results 330 comments of 237dmitry
trafficstars

Double clicking opens the application in the default console. If default: | Windows Terminal | Conhost | Let Windows decide | |:---------------------|----------|-----------| | Windows Terminal (new tab) | conhost |...

> I do not understand? [Read this](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/startup) - set Windows Terminal as default console - set `"windowingBehavior": "useExisting"` in settings.json

As a workaround you can use `playerctl` or `kill` to play-pause musikcube: ``` playerctl --help man kill playerctl play-pause kill -s 19 musikcube # pause kill -s 18 musikcube #...

> playerctl doesn't seem to work. Works... (on ArcoLinux in my case). Musikcube is the static build from release page. > Those kill signals look to be Linux only too....

`$` is the special regex symbol. Escape it: ``` replaceall \$ ```

`amount of money = $4000` To replace the only `$` ``` replaceall \$ ``` Variants to replace `$4000` ``` replaceall \$\S+ replaceall \$\d+ replaceall \$4000 ``` replace `$` with text...

> still getting problems I do not know. In my case all works. Are you sure that `$` sign is `\U0024`? ![micro-1](https://github.com/zyedidia/micro/assets/78153320/cecc9fd1-5794-4ba2-9308-04ada245cfe7) ![micro-2](https://github.com/zyedidia/micro/assets/78153320/5f7449e9-449a-4186-9547-c833621c294f)

> needed the ' ' characters I do not know what is difference but on Windows it works without ''.

Set "Theme variant" to "Default". The color of splitters depends on gtk style.