Merge branch 'master' into develop
This commit is contained in:
commit
f50d9da984
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -3,16 +3,17 @@
|
|||
This is my terminal which I use every day.
|
||||
|
||||
+ Based on [st-0.8.4](https://st.suckless.org/)
|
||||
+ Default theme: [nordtheme](https://st.suckless.org/patches/nordtheme/)
|
||||
+ Default font: [Droid Sans Mono Slashed for Powerline](https://github.com/powerline/fonts/tree/master/DroidSansMonoSlashed)
|
||||
|
||||
## Bindings
|
||||
|
||||
+ **Scrollback**: with `shift-↑/↓` or `shift-h/shift-j`
|
||||
+ **Scrollback**: with `shift-↑/↓`
|
||||
+ **Scrollback mouse**: `shift` while scrolling the mouse
|
||||
+ **Change font size**:`ctrl+shift-↑/↓`
|
||||
+ **Reset font size**: `ctrl+shifts-home` returns to default
|
||||
+ **Reset font size**: `ctrl+shift-home` returns to default
|
||||
+ **Copy/Paste text**: with `ctrl+shift-c`, `ctrl+shift+v` and `ctrl+shift-insert` or right mouse click
|
||||
+ **Extract all visible URLs and present rofi/dmenu to select and open one**: ctrl+shift+U
|
||||
+ **Extract all visible URLs and present rofi/dmenu to select and open one**: `ctrl+shift+U`
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -20,7 +21,7 @@ This is my terminal which I use every day.
|
|||
+ `libXft` library for fonts drawing
|
||||
+ `Xlib` header files for interacting with an X server
|
||||
+ `xurls` tool for extract urls from plain text
|
||||
+ `Droid Sans Mono Slashed for Powerline` just default font, which you can change it in `config.h`
|
||||
+ `Droid Sans Mono Slashed for Powerline` default font which you can change in `config.h`
|
||||
|
||||
## Patches
|
||||
|
||||
|
@ -37,3 +38,4 @@ git clone https://github.com/ssilaev/st
|
|||
cd st
|
||||
sudo make install
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue