From 3965b4a6145966e47a71b07300a22a5ec90f13d5 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sat, 1 Oct 2022 22:31:48 +0200 Subject: [PATCH] Update README with install guide --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README b/README index 6a846ed..0dcc056 100644 --- a/README +++ b/README @@ -1,6 +1,23 @@ st - simple terminal -------------------- st is a simple terminal emulator for X which sucks less. +Original source: https://st.suckless.org/ + +My modifications / patches +-------------------------- +- scrollback (buffer available with mouse / keyboard) +- alpha (transparency, requires compositor) +- clipboard (copy / paste with keyboard) +- desktop entry (st can be launched from rofi / app launcher) +- font2 (allows for multiple fonts) +- ligatures (requires patched font) + +My build +-------- +- Apply my config (keybinds, colors, etc) + - `git apply felixalbConf.diff` +- "Install" from below: + - `sudo make clean install` Requirements