diff options
| author | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
| commit | 7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch) | |
| tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2022-12-17-st.md | |
| parent | 7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff) | |
| download | cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2 cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip | |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2022-12-17-st.md')
| -rw-r--r-- | content/blog/2022-12-17-st.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/2022-12-17-st.md b/content/blog/2022-12-17-st.md index 13236a0..732179e 100644 --- a/content/blog/2022-12-17-st.md +++ b/content/blog/2022-12-17-st.md @@ -57,8 +57,8 @@ Note that customizing `st` requires you to modify the source files or to download one of the [available patches](https://st.suckless.org/patches/) for suckless.org. -If you've already installed `st` and want to customize or install a patch, -start by uninstalling the current program. +If you've already installed `st` and want to customize or install a patch, start +by uninstalling the current program. ```sh cd ~/suckless/st @@ -75,8 +75,8 @@ wget https://st.suckless.org/patches/defaultfontsize/st-defaultfontsize-20210225 ``` Once the file is downloaded inside the `st` folder, apply the patch and -re-install the program. You may need to install the `patch` command if you -don't have it installed already (you should have installed it above). +re-install the program. You may need to install the `patch` command if you don't +have it installed already (you should have installed it above). ```sh patch -i st-defaultfontsize-20210225-4ef0cbd.diff |
