MCPcopy
hub / github.com/paperwm/PaperWM / callbackOnActorShow

Function callbackOnActorShow

tiling.js:3920–3922  ·  view source on GitHub ↗

* Convenience method to run a callback method when an actor is shown the stage. * Uses a `connectOneShot` signal. * @param actor * @param callback

(actor, callback)

Source from the content-addressed store, hash-verified

3918 * @param callback
3919 */
3920function callbackOnActorShow(actor, callback) {
3921 signals.connectOneShot(actor, 'show', callback);
3922}
3923
3924/**
3925 Types of windows which never should be tiled.

Callers 2

insertWindowFunction · 0.85

Calls 1

connectOneShotMethod · 0.80

Tested by

no test coverage detected