237dmitry
237dmitry
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
In conhost the same behavior
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`?  
> 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.