Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/majestrate/wterm

st fork for wayland
https://github.com/majestrate/wterm

st terminal terminal-emulator wayland

Last synced: about 2 months ago
JSON representation

st fork for wayland

Awesome Lists containing this project

README

        

# Unmaintained
## wterm - xterm for wayland

wterm is a native Wayland terminal emulator based on an st fork using wld.

st is a simple terminal emulator for X originally made by suckless.

It sorta works ™ , please report bugs.

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

## Requirements

* pkg-config
* fontconfig
* wayland
* xkbcommon
* pixman
* libdrm

On ubuntu it's

sudo apt install libdrm-dev libfontconfig1-dev libwayland-dev libxkbcommon-dev libpixman-1-dev pkg-config

## build

make

## install

sudo make install

## Credits

Based on Aurélien APTEL st source code.