aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-12-17-st.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
committerChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
commitdc1261d703ae1e1a14841b030888e3f87ff7c38f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2022-12-17-st.md
parentba6b552c8256cc2e071c910ef7821c82443f1f82 (diff)
downloadcleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.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.md8
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