summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob <rjl6789@users.noreply.github.com>2019-04-22 19:55:52 +0100
committerGitHub <noreply@github.com>2019-04-22 19:55:52 +0100
commitb919e7dde997d21196a9246adda7c8397a79f658 (patch)
tree40191bf403cb02934d56e7e3a5957bb86de676ae /README.md
parentd6863bfeded8c307a4476ce4edeff05103015f4d (diff)
parent30a6a001fe396841a418a7e3e38a4d5bb27ca356 (diff)
Merge pull request #1 from LukeSmithxyz/master
update april 2019
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0cd9318..5afdbb1 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@
The [suckless terminal (st)](https://st.suckless.org/) with some additional features:
-+ Compatibility with `Xresources` and `pywal` for dynamic colors.
++ Compatibility with `Xresources` and `pywal` for dynamic colors. The `Xdefaults` file shows a usage example.
+ Default [gruvbox](https://github.com/morhetz/gruvbox) colors otherwise.
+ Transparency/alpha, which is also adjustable from `~/.Xresources`.
+ 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
+ Alt-l feeds all urls on screen to dmenu, so they user can choose and
- follow one (requires xurls and dmenu installed).
+ follow one (requires dmenu installed).
+ Zoom in/out or increase font size with Alt+Shift+k/j or u/d for larger intervals.
+ Hold alt and press either ↑/↓ or the vim keys k/j to move up/down in the terminal.
+ Shift+Mouse wheel do the same.