No description
Find a file
2024-08-01 01:30:23 +03:00
.gitignore initial commit 2024-06-26 08:32:37 +03:00
config.def.h add select output option -o 2024-07-22 19:36:57 +03:00
drwl.h update drwl 2024-07-22 17:16:53 +03:00
LICENSE initial commit 2024-06-26 08:32:37 +03:00
Makefile support xdg_activation_v1 and implement passing to execution flag 2024-06-27 02:44:26 +03:00
mew-run support xdg_activation_v1 and implement passing to execution flag 2024-06-27 02:44:26 +03:00
mew.1 add select output option -o 2024-07-22 19:36:57 +03:00
mew.c fix cursor height 2024-08-01 01:30:23 +03:00
poolbuf.h update drwl 2024-07-22 17:16:53 +03:00
README.md initial commit 2024-06-26 08:32:37 +03:00
wlr-layer-shell-unstable-v1.xml initial commit 2024-06-26 08:32:37 +03:00

mew

mew is a simple menu for Wayland.

Building

In order to build mew, ensure that you have the following dependencies:

  • fcft
  • pkg-config
  • wayland
  • wayland-protocols
  • xkbcommon

Afterwards enter the following command to build and install mew (if necessary as root):

make
make install

Usage

See the man page for details.