package waylaunch

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

Install

Dune Dependency

Authors

Maintainers

Sources

waylaunch-0.3.0.tar.gz
md5=fa64c35c5a8b6e7a1f6923dae6012b89
sha512=1ebb7e1d8863d7ac0a6863d3cd83068ff4e2fbb00ff89202a2c65c0e9be30dbe75a5c329ab6bc4a722132c8edf0e4e645d2c68512f62087f61676ba99ab037cc

Description

Tags

wayland program launcher sway

Published: 16 Jan 2024

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 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)

  1. conf-pango build
  2. conf-cairo build
  3. conf-xkbcommon build
  4. conf-wayland-protocols build
  5. conf-libwayland build
  6. conf-pkg-config build
  7. rresult >= "0.6.0"
  8. fpath >= "0.7.0"
  9. bos >= "0.2.0"
  10. dune-configurator >= "2.7"
  11. ocaml >= "4.11"
  12. dune >= "2.7"

Dev Dependencies

None

Used by

None

Conflicts

None