package waylaunch

  1. Overview
  2. Docs
Waylaunch is a program launcher for Wayland

Install

Dune Dependency

Authors

Maintainers

Sources

waylaunch-0.1.0.tbz
sha256=5551f7ad49e91701519e504cf20b945704514199d765058b4f1a60608a2904b9
sha512=e2916a092fa67e23bc7eb5e6ec75277f675c1f3e811b653ea1a6b96795e73f65dc6d4d91938f9dbfff85cda976852c2b44ce023c753d555a2fed132c795e0617

Description

Tags

wayland program launcher sway

Published: 09 Oct 2020

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.11

  • dune >= 2.7

  • dune-configurator >= 2.7

  • bos >= 0.2.0

  • fpath >= 0.7.0

  • rresult >= 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 use of the client code from bemenu, this whole project is licensed under GNU GPLv3 (and GNU LGPLv3 for bemenu's own library and bindings)

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.