diff options
author | Rob <rjl6789@users.noreply.github.com> | 2019-04-22 19:55:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 19:55:52 +0100 |
commit | b919e7dde997d21196a9246adda7c8397a79f658 (patch) | |
tree | 40191bf403cb02934d56e7e3a5957bb86de676ae /README.md | |
parent | d6863bfeded8c307a4476ce4edeff05103015f4d (diff) | |
parent | 30a6a001fe396841a418a7e3e38a4d5bb27ca356 (diff) |
Merge pull request #1 from LukeSmithxyz/master
update april 2019
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |