st-config - My configuration of st suckless simple terminal
Go to file
2022-07-16 13:16:24 +02:00
examples st example image 2022-07-10 14:18:03 +02:00
patches Patches applied 2022-07-10 14:17:48 +02:00
arg.h st 0.8.5 source code 2022-07-10 14:19:06 +02:00
autocomplete.h st 0.8.5 source code 2022-07-10 14:19:06 +02:00
config.def.h Add shortcuts keys for zoom 2022-07-13 18:57:52 +02:00
config.h Add shortcuts keys for zoom 2022-07-13 18:57:52 +02:00
config.mk st 0.8.5 source code 2022-07-10 14:19:06 +02:00
FAQ FAQ 2022-07-10 14:18:27 +02:00
LEGACY LEGAGY 2022-07-10 14:18:17 +02:00
LICENSE LICENSE MIT (st) 2022-07-10 14:17:10 +02:00
Makefile st 0.8.5 source code 2022-07-10 14:19:06 +02:00
patch.sh Patches applied 2022-07-10 14:17:48 +02:00
README.md README.md (2022-07-16) 2022-07-16 13:16:24 +02:00
st-autocomplete st 0.8.5 source code 2022-07-10 14:19:06 +02:00
st.1 st 0.8.5 source code 2022-07-10 14:19:06 +02:00
st.c st 0.8.5 source code 2022-07-10 14:19:06 +02:00
st.desktop Update Name for Desktop File 2022-07-14 01:09:34 +02:00
st.h st 0.8.5 source code 2022-07-10 14:19:06 +02:00
st.info st 0.8.5 source code 2022-07-10 14:19:06 +02:00
TODO st 0.8.5 source code 2022-07-10 14:19:06 +02:00
win.h st 0.8.5 source code 2022-07-10 14:19:06 +02:00
x.c st 0.8.5 source code 2022-07-10 14:19:06 +02:00

st-config - My configuration of st suckless simple terminal

Information:

  • This build contains the following configurations:

    • Font mono by default
    • Font size 13
    • Shell bash by default
    • Theme Onedark
    • Blinking bar cursor
    • Support for scroll with mouse
    • Support for scroll with Alt+j and Alt+k
    • Support for scroll with Alt+Up and Alt+Down
    • Support for scroll block with Alt+PageUp and Alt+PageDown
    • Set font size with -z parameter
    • Increase/Decrease/Reset zoom with Ctrl+9/8/0
    • Patch autocomplete applied
    • Includes shortcut installation

Dependencies:

  • Arch Linux:

    $ sudo pacman -S gcc git make coreutils freetype2 libxinerama fontconfig libx11 \ 
      libxrender libxft --noconfirm
    
  • Debian/Ubuntu:

    $ sudo apt install gcc git make coreutils libfreetype-dev libxinerama-dev libxft-dev \
      libfreetype6-dev libfontconfig1-dev libxrender-dev -y
    

Build and install:

  • Open terminal and run the following commands:

    $ git clone https://github.com/q3aql/st-config
    $ cd st-config
    $ sudo make install clean