1234567891011121314151617181920212223242526272829303132333435 |
- ######################################################################
- #
- # Common Desktop Environment (CDE)
- #
- # Action and DataType Definition File
- #
- # Generated by the CreateAction tool
- #
- # $Revision: 1.0
- #
- # $KEY: 4747
- #
- ######################################################################
- #
- # WARNING:
- #
- # This file was generated by the CDE CreateAction tool.
- # If this file is modified by some other tool, such as vi,
- # the CreateAction tool will no longer be able to load and
- # update this file. For this reason, changes to this file
- # should be handled through CreateAction whenever possible.
- #
- ######################################################################
- ACTION pavucontrol
- {
- LABEL PulseAudioCtrl
- TYPE COMMAND
- EXEC_STRING pavucontrol
- ICON Dtaudio
- WINDOW_TYPE NO_STDIO
- DESCRIPTION Control Pulse Audio.
- }
|