nclarius / KWin-window-positioning-scripts

KWin scripts controlling window placement on multi-monitor setups
GNU General Public License v3.0
59 stars 14 forks source link

adds the possibility to allow or deny certain windows from being affected by the positioning scripts [closes #14] #15

Closed tam1m closed 2 years ago

tam1m commented 2 years ago

Choose between this being an allowlist or a denylist via radio buttons in the bottom. Each window need to be added by its window class name to the list. One per line.

Also adds a checkbox to toggle debug mode

image

closes #14

nclarius commented 2 years ago

Thank you for the contribution! I'll make some adjustments and then release it in a new version.

nclarius commented 2 years ago

I changed the UI a little, removed the checkbox for the debug mode since it was a deliberate choice not to expose this to the user, and did some small refactoring in the code. The new version is out now. Thanks again!