kwin-scripts / kwin-tiling

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

Screen locker is tiling #244

Closed pangwalla closed 3 years ago

pangwalla commented 3 years ago

Hi, have been playing with this and can't seem to find a work-around. Each time my screen locks using the default screen locker (using KDE Plasma under a Wayland session), the screen locker window tiles (e.g. if two windows were open on the desktop, the screenlocker will take up the upper right 1/4 of the screen only).

Have tried adding a few lines to the ignored.js file and updating the script to see if that helps including

ignored._ignoredlist = [
       ...
       "org.freedesktop.ScreenSaver",
       ...
]

Updated using

plasmapkg2 -t kwinscript -u . 

Thanks!

faho commented 3 years ago

I can confirm, but honestly that's better solved upstream. There's no reason for any script ever to apply to the screenlocker, and it should especially not be possible for it to make other content shine through.

Also:

Have tried adding a few lines to the ignored.js file and updating the script to see if that helps including

What you would do here is to add that to your configuration, not the actual source.


Anyway, closing since it's a KWin bug.

piotr-dobrogost commented 3 years ago

I filed https://bugs.kde.org/show_bug.cgi?id=437984