Collecting my attempts to improve at tech, art, and life

My Qtile const.py module

Tags: config

This holds constants — which may become fallback defaults someday. Regardless, the main point is so my config includes fewer magic values.

FONT_FAMILY_FIXED = "Fira Code"
FONT_FAMILY_PROSE = "Atkinson Hyperlegible"