Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majestrate/wterm
st fork for wayland
https://github.com/majestrate/wterm
st terminal terminal-emulator wayland
Last synced: about 24 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T14:00:20.000Z (over 3 years ago)
- Last Synced: 2024-08-01T03:28:14.743Z (3 months ago)
- Topics: st, terminal, terminal-emulator, wayland
- Language: C
- Size: 243 KB
- Stars: 156
- Watchers: 11
- Forks: 17
- Open Issues: 12
-
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.
![logo](contrib/logo/wterm.png "ebin logo")
## 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.