- Notifications
You must be signed in to change notification settings - Fork0
rnsavinelli/st
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This fork ofSimple Terminal (st) has my personal configurations, some patches and modifications.
- Scrollback one line at a time with
Shift+Up
andShift+Down
. Alternatively, since mouse scroll support is enabled, you can useShift+MouseWheel
. - Copy text from the terminal with
Ctrl+Shift+c
,paste text to the terminal withCtrl+Shift-v
. - Zoom in with
Ctrl+Shift+Add
,Zoom out withCtrl+Shift+Subtract
. UseCtrl-Shift-Home
to go back to the default setting. - Open up anew terminal window in the same working directory with
Ctrl+Shift+Enter
.
make
,libX11
andlibXft
are required, but you probably have all of this installed already.
It uses Ubuntu Mono as the default font, so you'll need to havettf-ubuntu-font-family
installed in order for the text to be displayed properly.
For Alpha to work (the transparency patch), you'll need an X composite manager (e.g. compton, xcompmgr).
git clone https://github.com/rnsavinelli/stcd stsudo make clean install
st (simple terminal) original source code and information can be found here:
Website:https://st.suckless.org/
Repository:https://git.suckless.org/st/
About
rnsavinelli's fork of st
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published