hl.dsp.force_idle¶
- hl.dsp.force_idle(timeout: number)¶
Create a dispatcher.
Signature¶
hl.dsp.force_idle(timeout: number): HL.Dispatcher
Parameters¶
- timeoutnumber
Idle timeout value passed to Hyprland.
Returns¶
- dispatcher
HL.Dispatcher Dispatcher object returned by this function.
Examples¶
hl.dispatch(hl.dsp.force_idle(0))
See also¶
HL.DispatcherDispatcher object returned by this function.
hl.bind()Bind a dispatcher to a key.
hl.dispatch()Execute a dispatcher immediately.