Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ii8/havoc
minimal terminal emulator for wayland
https://github.com/ii8/havoc
terminal-emulator wayland
Last synced: 3 months ago
JSON representation
minimal terminal emulator for wayland
- Host: GitHub
- URL: https://github.com/ii8/havoc
- Owner: ii8
- License: other
- Created: 2016-09-25T20:41:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T18:02:36.000Z (about 1 year ago)
- Last Synced: 2024-07-05T02:14:15.076Z (4 months ago)
- Topics: terminal-emulator, wayland
- Language: C
- Homepage:
- Size: 176 KB
- Stars: 102
- Watchers: 5
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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` first,
then in `$HOME/.config` and last in the current working directory.See the example `havoc.cfg` for available options.