Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 462 Bytes

qml-launcher

Simple fullscreen launcher for desktop applications

pic

To install, you need to have Qt framework installed. In the project directory, run commands:

mkdir build && cd build
qmake ..
make

And that's it! Now you can run the application via

./qml-launcher

Now go place it in your PATH and set up some keybinds to launch it!