https://bugs.kde.org/show_bug.cgi?id=484323
--- Comment #66 from JimMoen <lnjimm...@gmail.com> --- (In reply to Kevin Krammer from comment #63) > (In reply to pditchev from comment #62) > > > Can we raise the severity of this bug? > > Agreed that for a laptop this is worse. > > > without a workaround > > Workaround that seems to work reliably for most people is to restart > kwin_x11 once per session. > > I do this with > > $ kill $(pidof kwin_x11) > > There is likely also a systemctl to do this "nicely" There was a user unit `plasma-kwin_x11.service` provided by kwin $ systemctl cat --user plasma-kwin_x11.service # /usr/lib/systemd/user/plasma-kwin_x11.service [Unit] Description=KDE Window Manager After=plasma-kcminit.service PartOf=graphical-session.target [Service] ExecStart=/usr/bin/kwin_x11 --replace BusName=org.kde.KWin Slice=session.slice Restart=on-failure -- You are receiving this mail because: You are watching all bug changes.