diff options
author | Luke <luke@lukesmith.xyz> | 2018-01-21 12:15:29 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-01-21 12:15:29 -0700 |
commit | f684e44e694fe4eeb9fc3608b31340bf9ed8517a (patch) | |
tree | acb5c621e7b098ca6f6d328dc1aa7758d9321d99 /README.md | |
parent | 858a34ade642a51709a85f9e3c4f2bc5092cbcc1 (diff) |
readme changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,6 +1,6 @@ -# st - simple terminal +# Luke's build of st - the simple (suckless) terminal -Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simplicity's sake, which is the suckless terminal (st) with some patches added: +Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simplicity's sake, which is the [suckless terminal (st)](https://st.suckless.org/) with some patches added: + copy to clipboard + solarized colors (light and dark toggleable) @@ -8,17 +8,14 @@ Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simpl + scrollback with keyboard + scrollback with mouse -## My additions +## My own additions + Default font is system "mono" at 14pt ++ Fixed transparency patch (see below for installation) + Toggle light/dark mode now Alt-Tab instead of the frequently conflicting F6 + Alt-k and Alt-j scroll back/foward in history one line at a time + Alt-u and Alt-d scroll back/foward in history a page at a time -### Transparency - -I also have redone the transparency patch diff since it would fail to apply with too many of the other patches applied. See below for installation. - ## Terminal-specific mappings (Additions before me.) @@ -37,7 +34,7 @@ sudo make install ### Transparency -If you want transparency, run the following. +If you want transparency, run the following. (You will also need to have a composite manager, such as compton or xcompmgr running for the transparency to appear.) ``` make clean |