diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-12-13 17:23:38 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-13 17:23:38 -0500 |
commit | a2b1dfe1ba2309fe6ce615ed02fc6e36efed99e9 (patch) | |
tree | 78ce831d57869f361815b66aaeac2f1858c28aa0 /README.md | |
parent | 6c93dd4520fc74d0dca7d023b95e8dc946cda214 (diff) |
ctrl-l chooses urls with xurls and dmenu
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |