KostasEreksonas / st-kostas

My custom build of suckless simple terminal for my Linux install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My custom build of suckless simple terminal for my Linux install

License:MIT License


Languages

Language:C 96.5%Language:Roff 2.2%Language:Makefile 1.4%