Issue
Chromium PIP windows do not have a WM_CLASS. Since the extension only allows this, it is hard to give the PIP its own custom rules.
Proposed solution
Allow users to add WM_NAME so the title can also be used to identify the window and thus apply the respective rounded rules. For example, for Brave PIP, the WM_NAME is 'Picture-in-picture' which can be typed to the extension UI and then be blacklisted/whitelist, etc...
Issue
Chromium PIP windows do not have a WM_CLASS. Since the extension only allows this, it is hard to give the PIP its own custom rules.
Proposed solution
Allow users to add WM_NAME so the title can also be used to identify the window and thus apply the respective rounded rules. For example, for Brave PIP, the WM_NAME is 'Picture-in-picture' which can be typed to the extension UI and then be blacklisted/whitelist, etc...