Skip to content
Discussion options

You must be logged in to vote

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. \\1 instead 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.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@abdmutalib
Comment options

Answer selected by abdmutalib
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@stylebending
Comment options

Comment options

You must be logged in to vote
1 reply
@Rejdukien
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants