Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

mitchweaver/suckless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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