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

Discussion: ST #4

Closed
mitchweaver opened this issue Jul 25, 2019 · 3 comments
Closed

Discussion: ST #4

mitchweaver opened this issue Jul 25, 2019 · 3 comments

Comments

@mitchweaver
Copy link
Owner

For general discussion on st hacking, patches, and troubleshooting.

@kiedtl
Copy link

kiedtl commented Nov 16, 2019

Just a heads-up... st scrollback patch need to be fixed due to recent commits in upstream st repository.

@aaaaaaaalex
Copy link

Hey, I'm very very new to your tools and a newb C programmer but...

Building with ./build.sh st appears to be broken on HEAD->master currently.
It's failing for me with the error:

In file included from x.c:65:
config.h:39:10: fatal error: st.h: No such file or directory
   39 | #include <st.h>

I would assume I just messed something up or was missing a dep, only that I can manually build st suc(k)cessfully:

git clone https://git.suckless.org/st
cd st
make clean install

Thanks 😄
A.

@mitchweaver
Copy link
Owner Author

mitchweaver commented Dec 5, 2020

@aaaaaaaalex Read the comment above where that file is being included in st's config.h:

// theme, included from ${HOME}/.cache/themes in config.mk
#include <st.h>

This is where you would paste in whatever theme you want to use, or if you want to use my setup, see how I generate suckless themes based on color palettes in the script rice from my bin repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants