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/
- Host: GitHub
- URL: https://github.com/jceb/st-patches
- Owner: jceb
- Created: 2014-11-01T11:13:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T06:44:49.000Z (over 6 years ago)
- Last Synced: 2025-03-22T21:02:21.835Z (about 1 year ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)