initial commit
This commit is contained in:
commit
6cef260109
11 changed files with 1960 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue