Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saloniamatteo/st

This repository contains my build of st. (Forked from Luke Smith)
https://github.com/saloniamatteo/st

simple-terminal st suckless suckless-terminal

Last synced: about 21 hours ago
JSON representation

This repository contains my build of st. (Forked from Luke Smith)

Awesome Lists containing this project

README

        

## st-matteo

This st build is based off of [Luke Smith's st build](https://github.com/LukeSmithxyz/st). I have applied my own patches.

NOTE: this version will stay at 0.8.2;
the new "scroll" feature has been removed (uses good old utmp).

You can get the PKGBUILD [here](https://github.com/saloniamatteo/pkgbuilds/tree/master/st-matteo)

+ Patch features:
- Added `ALTKEY`;
- Bell Volume increased to 100;
- Change alpha with Super+Shift+A/S;
- Copy with Alt+C, Paste with Alt+V;
- `CopyOutput` now uses Alt+Ctrl+O;
- `CopyUrlCmd` now uses Alt+Ctrl+Y;
- `MODKEY` changed to Super;
- Modified `TERMMOD` to Super+Shift;
- `OpenUrlCmd` now uses Alt+Shift+L.