Custom build of st terminal from suckless.org by A7MED
-
sudo apt install libx11-dev libxft-dev
-
sudo dnf install libX11-devel libXft-devel
-
sudo pacman -S libx11 libxft
git clone https://github.com/ahmed0124/st.git
cd st
sudo make clean install
Now it should be installed on your system and you can run it from command line. You may want to write a st.desktop
file and put it on /usr/share/applications
to make st appear in your applications menu. Here is an examble of the contents of that file
[Desktop Entry]
Name=st
Comment=simple terminal emulator from suckless.org
Type=Application
Categories=Utility;
Terminal=false
Icon=terminal
Exec=st
if it still doesn't appear on your apps menu, restart your pc and it should appear