Home
Softono

Havoc

Open source C
136
Stars
23
Forks
12
Issues
4
Watchers
8 months
Last Commit

 About Havoc

minimal terminal emulator for wayland

Platforms

Web Self-hosted

Languages

C

Links

Need Help Installing Havoc?

We provide expert installation service for this software. Our team will install, configure, and secure Havoc on your server. plans start at just $30.

havoc

A minimal terminal emulator for Wayland on Linux.

Install

You will need the libwayland-client and libxkbcommon development files as well as wayland-protocols and the wayland-scanner(comes with the wayland-devel package on many distros.)

Then run make:

make CFLAGS="-O2 -DNDEBUG"
make install

Configure

havoc will search for a file called havoc.cfg in $XDG_CONFIG_HOME/havoc/ first, then in $HOME/.config/havoc/ and last in the current working directory.

See the example havoc.cfg for available options.