hl.dsp.exec_raw

hl.dsp.exec_raw(cmd: string)

Create a dispatcher.

Signature

hl.dsp.exec_raw(cmd: string): HL.Dispatcher

Parameters

cmdstring

Raw command string to spawn.

Returns

dispatcherHL.Dispatcher

Dispatcher object returned by this function.

Examples

hl.dispatch(hl.dsp.exec_raw("notify-send hello"))

See also

HL.Dispatcher

Dispatcher object returned by this function.

hl.bind()

Bind a dispatcher to a key.

hl.dispatch()

Execute a dispatcher immediately.