Skip to content

My custom build of suckless simple terminal for my Linux install

License

Notifications You must be signed in to change notification settings

KostasEreksonas/st-kostas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st-kostas

Custom build of a suckless simple terminal (st) utility.

Table of Contents

Installation

  1. Clone this git repository:

git clone https://github.com/KostasEreksonas/st-kostas.git

  1. Go to the folder of the cloned repository:

cd st-kostas

  1. Build the package:

make

  1. Compile the package with root privilleges:

make clean install

Applied Patches

Following is a list of patches that I have applied to my custom build of st.

Keybindings

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

Notes

  1. 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.

  2. For transparency and other visual effects, a composition manager is required (i.e. compton or picom).

Releases

No releases published

Packages

No packages published