Custom build of a suckless simple terminal (st) utility.
- Clone this git repository:
git clone https://github.com/KostasEreksonas/st-kostas.git
- Go to the folder of the cloned repository:
cd st-kostas
- Build the package:
make
- Compile the package with root privilleges:
make clean install
Following is a list of patches that I have applied to my custom build of st.
In this section I will present the custom keybindings for st
terminal.
Keybind | Function |
---|---|
Ctrl + Shift + U | Open a menu with web links from terminal |
Ctrl + Shift + PgUp | Increase size of the terminal font |
Ctrl + Shift + PgDown | Decrease size of the terminal font |
-
To grab URL's from within the simple terminal,
xurls
package is necessary. For Arch Linux it can be downloaded from AUR. Also, I use a supplementary script named piper to open a selected link with a program of choice. -
For transparency and other visual effects, a composition manager is required (i.e. compton or picom).