1## Core Utilities of the Lumina Desktop
2
3It is **strongly-encouraged** that the "core-utils" of Lumina are built and distributed as a single package.
4
5Binaries:
6 * `lumina-config`: (lumina-config directory) Graphical utility for configuring the desktop session
7 * `lumina-search`: (lumina-search directory): Graphical utility to search for applications or files and launch them
8 * `lumina-xconfig`: (lumina-xconfig directory: Graphical utility to manage multiple-monitor arrangements
9
10### Library Dependencies
11
121. Qt 5.2+ (specific modules listed below)
13   * concurrent
14   * core
15   * gui
16   * network
17   * multimedia
18   * svg
19   * widgets
20   * x11extras
212. Other Libraries
22   * libc
23
24### Runtime Utilities
25
261. Required utilities
27   * `xrandr`	: Used for multi-monitor controls in `lumina-xconfig`
28