Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you want to close the terminal window after running a command from .xbindkeysrc, you can simply add "exit" at the end of the command.

For example, if your command is "gnome-screenshot -w", you can add "exit" at the end of the line like this:

"gnome-screenshot -w; exit"

This will close the terminal window after the command is executed.