Terminating a process
Terminating a process
Yes yes, I REALLY want to terminate that process and I am very sure about it too, ty.
You're viewing a single thread.
xkill
is one of my favorite commands9 0 ReplyIs there a Wayland equivalent?
2 0 ReplyI dunno; I sadly can't use Wayland yet bc I have Nvidia
3 0 ReplyI don't know if you heard, but the Nvidia issues are solved (mostly).
The issue most people had was with Explicit Sync, which was patched in the proprietary Nvidia driver 555 which is upstream on most distros.
8 0 ReplyGood to know; I'll check it out!
2 0 Replyidk if this could be subjective, but what do you mean by upstream here? Does that mean it’s included in most distros?
1 0 ReplyYep. Most modern distros should be providing the 555 driver by now.
1 0 Reply
Open the process list in your system monitor of choice, right click, signal, sigkill.
You can also open a monitor and use top or any variant to detect the process number and manually
kill -KILL number
1 0 ReplyI really want the convenience of binding xkill to a key, which I can use to double tap programs like the undead zombie they've become.
2 0 ReplyDunno, create a script that uses a program to get the process number of the current active window or the window the mouse is hovering, and then kill that? Bind that script inor a key with whatever program and voilá.
It's more involved sure but there's your option.
4 0 ReplyGreat idea, now I just need to know how to do that.
2 0 ReplyWhat's your desktop environment? I'm pretty sure hyperland and sway will give a json output of open Windows.
You could parse that with jq and pipe it into fzf or dmenu?
Not quite the same as the clicking but probably just as quick.
2 0 Reply
In whatever DE/WM you use, there should be an option to bind a key to run a command. You can bind a key to 'sh -c xkill' and it should do what you want.
1 0 Replyxkill isn't a function of Wayland.
1 0 Reply
Beware the floating X , you don't want to missclick what you're killing lmao
1 0 Reply