package waylaunch
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=5adc39c3b57f7255d46f022edd263b00e8aadb9eec99dda1d092f27204ac641c
sha512=1bd42dab75fc15bc5126a55416624c1d1c4b5f67309741139e62e7ba4e2dc88ec9627a1eeeccc4c96cbaf92a0125dcfaf6b04d1bb54b9085b2c1309c5f982d53
Description
README
README.md
Waylaunch is a program launcher for Wayland.
Only compositors that implement the wlr-layer-shell protocol are supported at the moment. Typically wlroots-based compositors.
Waylaunch includes a command history by default.
Requirements
OCaml requirements (installable via opam):
ocaml
>= 4.11dune
>= 2.7dune-configurator
>= 2.7bos
>= 0.2.0fpath
>= 0.7.0rresult
>= 0.6.0
C requirements:
pkg-config
libwayland
wayland-protocols
cairo
pango
xkbcommon
You can install all the requirements easily and in a way that is cross-platform using opam:
$ git submodule update --init
$ opam pin add -n .
$ opam depext waylaunch
$ opam install --deps-only waylaunch
Installation
To install it:
$ dune build -p waylaunch
$ sudo $(which dune) install --prefix /usr/local --sections bin
Technologies
This program is written in OCaml and is currently using a fork of bemenu (written in C) underneath. This fork of bemenu has to vocation to disappear little by little in the future as the code will ultimately be rewritten in OCaml.
License
Due to the distribution of the client code from bemenu, this whole project is licensed under GNU GPLv3 (and GNU LGPLv3 for bemenu's own library and bindings)
Dependencies (13)
-
conf-pango
build
-
conf-cairo
build
-
conf-xkbcommon
build
-
conf-wayland-protocols
build
-
conf-libwayland
build
-
conf-pkg-config
build
-
rresult
>= "0.6.0"
-
fpath
>= "0.7.0"
-
bos
>= "0.2.0"
-
dune-configurator
>= "2.7"
- base-unix
-
ocaml
>= "4.11"
-
dune
>= "2.7"
Dev Dependencies (1)
-
odoc
with-doc
Used by
None
Conflicts
None