how to edit active window widget #603
-
hello everyone |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
First idea that comes to mind, could use a rewrite rule such as rewrite:
- pattern: "(.+?) - (Google Chrome|Brave|Firefox)$"
replacement: "\\2"Adjust as needed. I actually use the reverse of that (ie. |
Beta Was this translation helpful? Give feedback.
-
Use the taskbar widget instead of the active window |
Beta Was this translation helpful? Give feedback.
-
|
No workie: LibreWolf still shows as WEBSITE - LibreWolf |
Beta Was this translation helpful? Give feedback.
-
|
Librewolf uses — instead of - Adding that I only get Librewolf, not the title. re-adding the parentheses seems to work. |
Beta Was this translation helpful? Give feedback.


First idea that comes to mind, could use a rewrite rule such as
Adjust as needed. I actually use the reverse of that (ie.
\\1instead of\\2) to strip the application name from the title. Alternatively you could just display the process name instead of the title, but that's probably not what you're looking for.