kwin-scripts / kwin-tiling

Tiling script for kwin
GNU General Public License v2.0
1.1k stars 68 forks source link

Add Wayland specific exception for Firefox's secondary windows #270

Open joao-pedro-braz opened 1 year ago

joao-pedro-braz commented 1 year ago

Hello all!

This pull request aims to add a Wayland specific exception to Firefox's secondary windows, such as it's Sharing Indicator, which currently is the only exception.

Also for the record, Firefox's Sharing Indicator is a normal window under Wayland, which makes it behave counter-intuitively, if anyone wants to fix this I managed to do it through this Window Rule: image

Position here is set according to my own Display as to make the indicator appear on the top-center side of the screen (With a horizontal resolution of 2560 and an indicator size of 50, 2560 / 2 - 50 = 1230)

Best Regards, João Pedro Braz