Skip to content

jeftersantiago/st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st - simple terminal

Install with the following command

sudo make clean install

Patches

Go to here to learn how to set the patches

Specifications

  • Font: Liberation Mono
  • Opacity is set, but to use it you need to change the .Xresources, adding something like this:
st*alpha:0.9

Custom commands

CommandKeys
Scroll UpAlt+Shift+U
Scrool DownAlt+Shift+d
Scrool Down - FasterAlt+D
Increase ZoomAlt+Shift+K
Increase Zoom - FasterAlt+K
Decrease ZoomAlt+Shift+J
Decrease Zoom - FasterAlt+J
CopyAlt+c
PasteShift+insert

For OpenBox users

In order to have the icon on the window borders you have to follow these steps:

   sudo cp resources/terminal.png /usr/share/pixmaps/
# this one is only with you want the icon on menus
   sudo cp resources/st.desktop /usr/share/applications/

Now, to make it really work you have to have the xseticon installed and in your .bash or .shrc add the following line:

xseticon -id "$WINDOWID" /usr/share/pixmaps/terminal.png

Showing emojis

You’ll need the lbxft-bgra

More info

See the man page for additional details or the original version at suckless.org

About

My build for the suckless terminal.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages