From 76f94403f0ec5b60bbd5c14e9761e0fec3e9b067 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 11 Apr 2023 09:17:22 +0200 Subject: add readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ebd6454 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# swt - simple wayland terminal + +This is a fork of st and is a simple terminal emulator for Wayland which sucks less. + +## Requirements +In order to build swt you need the wayland-client and -protocols, freetype2 and xkbcommon. + +## Installation +Edit config.mk to match your local setup (swt is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install swt +(if necessary as root): +```sh +make clean install +``` + +## Running swt +If you did not install swt with make clean install you must compile the swt terminfo entry with the following command: +``` +tic -sx swt.info +``` + +## Credits +Shout-outs to the suckless team for the implementation of st on the X side. +For more information see (https://suckless.org). -- cgit v1.2.3-70-g09d2