Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/saloniamatteo/st
- Owner: saloniamatteo
- License: mit
- Created: 2021-02-24T17:16:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T19:58:55.000Z (about 1 month ago)
- Last Synced: 2024-11-28T20:34:13.334Z (about 1 month ago)
- Topics: simple-terminal, st, suckless, suckless-terminal
- Language: C
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.