Topic: Openbox process menu
I've written a little pipemenu script for the OB menu that offers the user a quick way to view/manage processes. I figured it would be convenient to add this to the Openbox menu, since it's always a click away anyway. This script spits out a pipe menu displaying the user's currently-running processes, from which they can be killed, suspended, restarted... The list of actions is customizable.
There's a section at the top of the script where you can add any processes you would like to be ignored (i.e. terms you want to be skipped by the menu), and a section to customize the actions you can perform on each. To get it working, just drop the script anywhere in your $PATH and add it to your menu as follows:
<menu execute="obpipemenu-processes" id="obpipemenu-processes" label="Kill" />Get it here.
It's written in Python and requires Python 3. Feedback is appreciated!
EDIT: Fixed link.
Last edited by evhan (2009-11-12 16:05:47)
