Beautify the st

Changing the font size

It’s better to remove the config.def.h file.

1
$ sudo rm 

Edit the config.h file, changing the value of pixelsize.

Then reload the st:

1
$ sudo make clean install

改变终端的字体

修改 config.h 中 static char *font 这个字符串.

The way to patch

Go to the official Web and get the patch by wget like:

1
$ wget http://st.suckless.org/patches/alpha/st-alpha-20220206-0.8.5.diff

Use patch < to patch the .diff file:

1
$ patch < st-alpha-20220206-0.8.5.diff

To make the background blur

Patch the st-alpha-0.8.2.diff.

To change the color

Patch the st-dracula-0.8.5.diff

Allow you to scrollback

Patch the st-scrollback-mouse-altscreen-20220127-2c5edf2.diff


Beautify the st
http://example.com/2022/09/04/Beautify-the-st/
作者
Jie
发布于
2022年9月4日
许可协议