summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-06-25 19:28:26 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-06-25 19:28:26 -0400
commit195535faccf91b35322fe54e54237152bccad703 (patch)
tree852efbf8f96aa4ef28fdfc5b80dd1febe202f219 /README.md
parentae9739faedbf43996dd146e321c79747b907d01e (diff)
wal compatibility added
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9a6c849..f726442 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simpl
+ transparency
+ copy to clipboard (alt-shift-c)
++ Optional compatibility with `Xresources` and `pywal` for dynamic colors
+ Solarized colors (light and dark toggleable)
+ vertcenter
+ scrollback with keyboard
@@ -13,8 +14,8 @@ Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simpl
+ Default font is system "mono" at 14pt, meaning the font will match your system font.
+ Hold alt and press either ↑/↓ or the vim keys k/j to move up/down in the terminal.
-+ Alt-u and Alt-d scroll back/foward in history a page at a time.
-+ Alt-PageUp and Alt-PageDown scroll back/foward in history a page at a time.
++ Alt-u and Alt-d scroll back/forward in history a page at a time.
++ Alt-PageUp and Alt-PageDown scroll back/forward in history a page at a time.
+ Transparency with solarized colors by default.
+ Zoom in/out with Alt+Shift+k/j or u/d for larger intervals.
@@ -38,6 +39,8 @@ Obviously, `make` is required to build. `fontconfig` is required for the default
## Custom changes (`config.def.h` or `config.h`)
+### Solarized
+
By default, the terminal is transparent with a blackish background. There's a patch file `solarized-alpha-toggle.patch` which you can use to remove the transparency and give it a typical deep, dark blue solarized background. Just run:
```
@@ -46,6 +49,15 @@ patch < solarized-alpha-toggle.patch
Then, run `make` & `sudo make install` again to install the new build. You make reverse the solarized background by running the same command as above, but giving `patch` the `-R` option as well.
+### `Xresources` and `pywal`/`wal` compatibility
+
+If you use `wal` to maintain color schemes across your programs, you can use the `xresources.patch`.
+
+```
+patch < xresources.patch
+make && sudo make install
+```
+
## Explore `config.h`
+ Change `colorname[]` array values (88 LOC), default colours are solarized.