Search found 1 match
- Mon Nov 26, 2012 10:17 pm
- Forum: LXPanel
- Topic: How to add a command in the lxpanel menu plugin ?
- Replies: 2
- Views: 6418
Re: How to add a command in the lxpanel menu plugin ?
Use 'action=<command-line>' instead of 'command=<command-line>'. That should work. (It did for me.) My entry is: item { name=Lock Screen image=system-lock-screen action=xscreensaver-command -lock } I'd be curious to know what 'command' refers to. It appears to refrence a built-in command, but I don'...