Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfroeh/launch
Minimal x11/wayland application launcher
https://github.com/mfroeh/launch
Last synced: about 2 months ago
JSON representation
Minimal x11/wayland application launcher
- Host: GitHub
- URL: https://github.com/mfroeh/launch
- Owner: mfroeh
- Created: 2024-04-24T17:47:06.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T20:25:27.000Z (9 months ago)
- Last Synced: 2024-04-29T20:50:25.078Z (9 months ago)
- Language: C++
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* Usage: `launch {desktop, exec, window} (default: desktop)`
* Use `nix build` or `nix run` to build/run application
* During development don't create nix derivation but just
1. `nix develop`
2. `mkdir build && cd build && cmake .. && make && ./launch`
3. `cd .. && ln -s build/compile_commands.json .`
4. Rebuild whenever you add a dependency to `CMakeLists.txt` to update `compile_commands.json`