Skip to content

This is my custom fork of st, it allows to send parameter values through arguments

License

Notifications You must be signed in to change notification settings

SergioRibera/st-sr

Repository files navigation

Fork of St (Suckless Terminal) by SergioRibera

st is a simple terminal implementation for X. Read more about st on Suckless' website.

Screenshot

Highlight on some features

  • The background is set transparent. Adjust the transparency by editing alpha from config.h or set -A as argument with value in float between 0 - 1
  • Predefined topics, selectable from the -s argument, having the options "nord", "dracula", "gruv-light" and gruv-dark
  • Cursor selectable from the -x argument, having the same options that come in config.h
  • Font changeable from -f argument as text
  • Font size changeable from -z argument supporting float or integer
  • Basic keybindings
Action Keybinding
Copy Ctrl + Shift + c
Paste Ctrl + Shift + v
Zoom In Ctrl + Shift + k or Ctrl + Shift + Up
Zoom Out Ctrl + Shift + j or Ctrl + Shift + Down

Installation

  • Clone this repo
  • Cd into the directory
  • Install
$ git clone https://github.com/Sergioribera/st-sr.git
$ cd st-sr
$ sudo make clean install

Please report all bugs and problems

Thanks for install this tool, for see more visit my web (Very soon I will add an app store)

Donate

ko-fi

Made with the ❤️ by SergioRibera