Skip to content

TornadoCookie/wterm

 
 

Repository files navigation

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

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.

About

st fork for wayland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.4%
  • Makefile 2.0%
  • Roff 0.6%