[Launcher] fzf, cmd processing, args
This commit is contained in:
		| @@ -7,4 +7,13 @@ App.start({ | ||||
|     main() { | ||||
|         App.get_monitors().map(Bar) | ||||
|     }, | ||||
|     requestHandler(request, res) { | ||||
|         if ( request === 'open' ) { | ||||
|             res( 'ok' ); | ||||
|         } else if ( request === 'close' ) { | ||||
|             res( 'ok' ); | ||||
|         } else if ( request === 'toggle' ) { | ||||
|             res( 'ok' ); | ||||
|         } | ||||
|     } | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user