https://github.com/majestrate/wterm
st fork for wayland
https://github.com/majestrate/wterm
st terminal terminal-emulator wayland
Last synced: about 1 month ago
JSON representation
st fork for wayland
- Host: GitHub
- URL: https://github.com/majestrate/wterm
- Owner: majestrate
- License: mit
- Created: 2017-04-23T14:19:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T14:00:20.000Z (about 4 years ago)
- Last Synced: 2025-03-27T04:22:36.441Z (about 2 months ago)
- Topics: st, terminal, terminal-emulator, wayland
- Language: C
- Size: 243 KB
- Stars: 162
- Watchers: 9
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unmaintained
## wterm - xterm for waylandwterm 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.

## Requirements
* pkg-config
* fontconfig
* wayland
* xkbcommon
* pixman
* libdrmOn 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.