Initial poop

This commit is contained in:
Lauren Toivanen 2025-01-24 05:13:48 +02:00 committed by root
commit ca6dab46f1
3280 changed files with 3759 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# ST
st is a simple terminal implementation for X.
[![Screenshot of ST](screenshot.png)](screenshot.png)
Check full official documentation at [https://st.suckless.org/](https://st.suckless.org/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View file

@ -0,0 +1,5 @@
# Troubleshooting
## Delete key not working
Edit `/etc/inputrc` or `~/.inputrc` to contain `set enable-keypad on`