xkill ??

For some reason they had the the Ctrl-Alt-Esc shortcut setup for xkill, but it wasn't installed. You can just install it with "sudo yum install xkill" in a terminal.
 
retsaw said:
For some reason they had the the Ctrl-Alt-Esc shortcut setup for xkill, but it wasn't installed. You can just install it with "sudo yum install xkill" in a terminal.

That is why I wanted to find xkill, thanks for the reply.
 
I found that the following worked to install xkill, I thought was annoying that it wasn't installed
Code:
sudo yum install xorg-x11-apps
 
Back
Top