package waylaunch
Install
Dune Dependency
Authors
Maintainers
Sources
md5=fa64c35c5a8b6e7a1f6923dae6012b89
sha512=1ebb7e1d8863d7ac0a6863d3cd83068ff4e2fbb00ff89202a2c65c0e9be30dbe75a5c329ab6bc4a722132c8edf0e4e645d2c68512f62087f61676ba99ab037cc
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 (12)
-
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"
-
ocaml
>= "4.11"
-
dune
>= "2.7"
Dev Dependencies
None
Used by
None
Conflicts
None