summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-13 17:23:38 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-13 17:23:38 -0500
commita2b1dfe1ba2309fe6ce615ed02fc6e36efed99e9 (patch)
tree78ce831d57869f361815b66aaeac2f1858c28aa0 /README.md
parent6c93dd4520fc74d0dca7d023b95e8dc946cda214 (diff)
ctrl-l chooses urls with xurls and dmenu
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3587c8..35b7bac 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat
+ 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).
+ 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.
@@ -61,7 +63,7 @@ The `alpha` value (for transparency) goes from `0` (transparent) to `255`
To be clear about the color settings:
-- This build will use colorized colors by default and as a fallback.
+- This build will use gruvbox colors by default and as a fallback.
- If there are Xresources colors defined, those will take priority.
- But if `wal` has run in your session, its colors will take priority.