Skip to content
/ havoc Public
forked from ii8/havoc

minimal terminal emulator for wayland

License

Notifications You must be signed in to change notification settings

mherrb/havoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

minimal terminal emulator for wayland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%