2024-05-01 11:11:17 +02:00
2022-07-10 14:18:03 +02:00
2022-07-10 14:17:48 +02:00
2022-07-10 14:19:06 +02:00
2022-07-10 14:19:06 +02:00
2022-11-20 23:51:37 +01:00
2022-11-20 23:51:37 +01:00
2022-11-20 23:51:37 +01:00
FAQ
2022-11-20 23:51:37 +01:00
2022-07-10 14:18:17 +02:00
2022-11-20 23:51:37 +01:00
2022-07-10 14:19:06 +02:00
2022-07-10 14:17:48 +02:00
2024-05-01 11:11:17 +02:00
2022-07-10 14:19:06 +02:00
2022-07-10 14:19:06 +02:00
2022-11-20 23:51:37 +01:00
2022-07-14 01:09:34 +02:00
2022-11-20 23:51:37 +01:00
2022-07-10 14:19:06 +02:00
2022-07-10 14:19:06 +02:00
2022-11-20 23:51:37 +01:00
x.c
2022-11-20 23:51:37 +01: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
    • Increase/Decrease zoom with Ctrl+Plus/Minus
    • 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://git.q3aql.dev/q3aql/st-config
    $ cd st-config
    $ sudo make install clean
    
Description
st-config - My configuration of st suckless simple terminal
Readme 130 KiB
Languages
C 90.8%
Perl 5.6%
Roff 2.1%
Makefile 1.4%
Shell 0.1%