execute-on-selection

Name

execute-on-selection -- Run COMMAND in the background, with arguments supplied by the X selection.

Synopsis

(execute-on-selection command #&optional (selection "PRIMARY"))

Description

Run COMMAND in the background, with arguments supplied by the X selection. If there is no selection, then uses the X-cut-buffer-string. SELECTION default to "PRIMARY".

Implementation Notes

Module: (app scwm std-menus)

Defined in scheme/std-menus.scm at line 37 (CVS log)