blog

Personal blog
git clone git://git.laack.co/blog.git
Log | Files | Refs

commit 91f4d94e9293b648bce55fc1795cd311854274e5
parent 02dd25c7db6f7dec480d8855a670258701c9cb8d
Author: Andrew Laack <andrew@laack.co>
Date:   Fri, 18 Sep 2026 15:02:02 -0500

Updated formatting

Diffstat:
Mposts/wip/to-make-a-cool-background.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/posts/wip/to-make-a-cool-background.md b/posts/wip/to-make-a-cool-background.md @@ -12,7 +12,9 @@ https://github.com/python-xlib/python-xlib rather shit; also, this isn't faster than using feh from a screenshot of the pygame stuff -> os.environ["SDL_VIDEODRIVER"] = "dummy" +```python3 +os.environ["SDL_VIDEODRIVER"] = "dummy" +``` why not just use screenshots in a shared location?