Skip to content

v2.0.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 08:46
· 59 commits to 1e52788b296e516ca18bcc0685fbebc5c236bd87 since this release
  • Support for KDE Plasma 5 & 6 (KWin, currently Wayland only).
  • Reworked how apps are started (mostly when WTQ starts), should fix a lot of cases where multiple instances of an app (such as Windows Terminal) are started (fixes 145).
  • Added "WindowTitleOverride", which attempts to set the title of a window. Useful for "tagging" a window as being managed by WTQ, so they can be filtered out in other applications (see #144).
{
  "Apps": [
    {
      "Name": "Terminal",
      "WindowTitleOverride": "The New Window Title"
    },
    ...
  ]
}