aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ee96f8c3dcb061c77ba1149e8088e4b065ec6101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# wterm - xterm for wayland


wterm is an xterm replacement based on st a simple terminal emulator for X
originally made by suckless.


![logo](contrib/logo/wterm.png "ebin logo")

## Requirements


* fontconfig
* wayland
* xkbcommon
* pixman
* libdrm

## build

    make

## install

    sudo make install

See the man page for additional details.

## Credits

Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> st source code.