An open API service indexing awesome lists of open source software.

https://github.com/jceb/st-patches

My patches for http://st.suckless.org/
https://github.com/jceb/st-patches

Last synced: 8 months ago
JSON representation

My patches for http://st.suckless.org/

Awesome Lists containing this project

README

          

# Installation

## clone patches repository including the dwm repository

git clone https://github.com/jceb/st-patches

## init and load dwm submodule

cd st-patches
git submodule update --init --recursive

## activate all patches, including the personal configuration

quilt push -a

## build st (or us the ./build script)

cd st
rm -f config.h
make

## install st locally (or use ./install script)

make DESTDIR=~/.local PREFIX= install

# Patch References

* [mysettings.patch](patches/mysettings.patch) (no URL yet)