Fork of the suckless terminal (st) with additional patches.
In order to build st you need the Xlib header files.
Copy and edit config.def.h to config.h to configure st.
Afterwards enter the following command to build and install st (if necessary as root):
make clean installor you can install it from the AUR.
Various options can be configured from ~/.Xresources using the syntax st.option: value:
fontcolor0tocolor15foregroundbackgroundcursor- cursor colorreverseCursor- reverse cursor colortermnameshellxfps- frames per second st should at maximum draw to the screenactionfpsblinktimeout- blinking timeout (set to 0 to disable blinking) for the terminal blinking attributebellvolumetabspacesborderpxcwscale- Kerning / character bounding-box multiplierschscale
When you right click the selected text will be plumbed to the set command, if no text is selected then the word below the cursor will be automatically selected.
You can set the command to execute in the config.h, it defaults to xdg-open %s.
You have to include %s in the command, it will be substituted with the selected text.