https://bugs.kde.org/show_bug.cgi?id=364330
Thomas Lübking <thomas.luebk...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|appmenu |core Summary|Sending signals to client |KWin should allow to send |windows |random signals to clients | |by windows Assignee|w...@adishatz.org |kwin-bugs-n...@kde.org --- Comment #1 from Thomas Lübking <thomas.luebk...@gmail.com> --- Fyi, kwin sends SIGTERM, not SIGKILL. No idea whether this helps you but WPID=`xprop _NET_WM_PID`; [ -z "$WPID" ] || kill -SIGNAL ${WPID#* = } will allow you to send signals to windows which expose their clients PID (required by kwin just as well and rather common nowadays) by clicking the window. -- You are receiving this mail because: You are watching all bug changes.