https://github.com/duckwork/suckless-diffs
My suckless programs' diffs
https://github.com/duckwork/suckless-diffs
Last synced: about 1 year ago
JSON representation
My suckless programs' diffs
- Host: GitHub
- URL: https://github.com/duckwork/suckless-diffs
- Owner: duckwork
- Created: 2016-03-17T03:05:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-04T01:58:38.000Z (about 10 years ago)
- Last Synced: 2025-02-04T16:17:22.533Z (over 1 year ago)
- Language: C
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My suckless diffs, yall
Okay, so I've started to use dwm, st, surf, and tabbed from the peeps over at
[suckless](http://suckless.org), which are all rad softwares. I have them in my
own local git repos, branched and all, and the diffs are in the "patch" folder
for easy installation (I hope .... I haven't actually tried `git apply`ing them
from there).
Other than that, wmake.sh `cd`s into each directory and `sudo make install`s
them, and `test.sh` shoots up a `valgrind`'d `dwm` in a Xephyr window to see if
I have memory leaks (I'm not sure what to make of the output yet, but there it
is).
Wm.h is the header file that defines common fonts and colors for all the
applications. Chill beans, yall.