peterfajdiga / karousel

Scrollable tiling Kwin script
GNU General Public License v3.0
198 stars 3 forks source link

Panel Editing Mode and Plasmoid Popup Display Tiling Issue #38

Closed Riebeck-one closed 3 months ago

Riebeck-one commented 3 months ago

The panel editing mode, along with the right-click-like popup that appears when you hover over a plasmoid, is tiled when it shouldn't be.

Steps to replicate:

image

peterfajdiga commented 3 months ago

Thanks for the report. These windows are marked as normal windows, so the only way I see to solve this is to add these entries to the window rules:

    {
        "class": "plasmashell",
        "tile": false
    },
    {
        "class": "org.kde.plasmashell",
        "tile": false
    },

Unfortunately this also removes tiling from some other windows, for example the wallpaper selection dialog.

Regardless, I'll add this to the default window rules.