Skip to content

Nowislewis's version of st, which is a suckless terminal implementation for X.

License

Notifications You must be signed in to change notification settings

nowislewis/nowis-st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nowis-st, simple terminal

st is a simple terminal emulator for X which sucks less.

Please use release branch, master branch is just a fork of suckless’st repo, other branchs are patch branches.

git checkout release

Branch Description:

  • release is the one you should use, which is the result of merging dev with the patched versions.
  • master branch is in sync with the originaldwm project at https://git.suckless.org/dwm .
  • dev is the branch of all development work, you may track this branch to see basic customization for dwm.
  • other branches are just patches.

Requirements

In order to build st you need the Xlib header files.

Installation

Edit config.mk to match your local setup (st is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install st (if necessary as root):

make clean install

Running st

If you did not install st with make clean install, you must compile the st terminfo entry with the following command:

tic -sx st.info

See the man page for additional details.

About

Nowislewis's version of st, which is a suckless terminal implementation for X.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published