Wayland-native xkill. Force-kill any window (native Wayland or Xwayland) with a hotkey. Super+X enters crosshair pick mode (click the window to kill); Super+Shift+X kills the currently focused window. Uses the compositor's own Meta.Window.kill(), so it works where the classic X11 `xkill` cannot.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
extension.js:684
this._highlight = highlight
extension.js:685
this._skull = skull
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:124
this.menu.connect('open-state-changed', (_menu, isOpen) => {
if (!isOpen)
this._ext._setMenuHoverWindow(null);
})
EGO-M-004 error
metadata shell-version must only include plausible stable releases and at most one development release
Field `shell-version` contains invalid values, more than one development release, or implausible future releases.
metadata.json must be well-formed
metadata.json
shell-version=['45', '46', '47', '48', '49', '50', '51']
| Version | Status |
|---|---|
| 1.0.1 (2) | Unreviewed |
| 1.0.0 (1) | Unreviewed |