summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-03 17:01:05 -0500
committerGitHub <noreply@github.com>2018-12-03 17:01:05 -0500
commit6c93dd4520fc74d0dca7d023b95e8dc946cda214 (patch)
treec03bb2b691ce8e9630ac93b14d46dc62d5249b20
parent7699e6d67c8c30e0ed219bca4ffb31c1439a1f0d (diff)
parent3fb4962375465818b86b740378d161a16e91f3be (diff)
Merge pull request #25 from terriblephrases/master
corrects color and font size info
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f7c9c0b..b3587c8 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
The [suckless terminal (st)](https://st.suckless.org/) with some additional features:
+ Compatibility with `Xresources` and `pywal` for dynamic colors.
-+ Default solarized colors otherwize.
++ Default [gruvbox](https://github.com/morhetz/gruvbox) colors otherwise.
+ Transparency/alpha, which is also adjustable from `~/.Xresources`.
-+ Default font is system "mono" at 14pt, meaning the font will match your system font.
++ Default font is system "mono" at 16pt, meaning the font will match your system font.
+ Very useful keybinds including:
+ Copy is alt-c, paste is alt-v or alt-p pastes from primary selection
+ Zoom in/out or increase font size with Alt+Shift+k/j or u/d for larger intervals.