• This repository has been archived on 02/Sep/2023
  • Stars
    star
    270
  • Rank 151,321 (Top 3 %)
  • Language
    C
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ‡ธ Collection of http://suckless.org tools I use and my modifications for them.

suckless

Building

./build.sh $name

For questions, feel free to contact me or comment on the git issues

Troubleshooting

It won't build on my machine!

Make sure you have ${LIBS}, ${CFLAGS}, and friends set correctly in config.mk.
Notice: I use OpenBSD on most of my machines so that tends to be what is currently uncommented.
If you're on Linux, NetBSD, etc you will need to comment/uncomment things appropriately.

Is everything set right but still not building? Let me know!

I can't find #include <dwm.h>, what/where is that?

These headers are how I include themes from my auto-rice script, which you can see here.

This script dumps a .h file to the ~/.cache directory containing the theme template.
This .h gets included in the build from -I${HOME}/.cache/themes in each config.mk.

You'll need to provide your own .h theme template, (or just dont source themes and paste in whatever)

Screenshots


dwm:

obsd_sepia_rice

obsd_sepia_rice2

dmenu:

dmenu

See also


bin - helpful scripts
dots - dotfiles