mkdir build
cd build
cmake [OPTIONS] ..
make
make install (as root)
-
-DWITH_TOOLS={ON,OFF} (default: ON)
Build some helper tools (mostly to be used in keybindings).
Just run sterm
after the build to start the terminal. sterm --help
will give you an overview of
the basic options. The main configuration file should be placed at
${XDG_CONFIG_HOME}/sterm/sterm.ini
(with ${XDG_CONFIG_HOME}
usually being ${HOME}/.config
).
Please report any bugs and feature requests on GitHub. Pull requests with fixes and improvements are always welcome.
This is the rewrite of my first version of STerm, which can still be found in the old-and-broken branch on GitHub. It has the same dependencies and should be mostly feature compatible with the old version (including the config file syntax and options). That's why a update to this new version should be possible without any problems.
Copyright (c) 2016 by Jakob Nixdorf [email protected]