initial commit

This commit is contained in:
sewn 2024-06-26 07:58:41 +03:00
commit 6cef260109
No known key found for this signature in database
11 changed files with 1960 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# 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.