| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: open-source release-prep (udev flag, SPDX headers, boolean style) | Craig Jennings | 9 hours | 1 | -0/+1 |
| | | | | | | | | | Three release cleanups, all behavior-preserving for my machines: - Gated the Logitech BRIO udev rule behind INSTALL_DEVICE_UDEV_RULES (default yes, opt-out), so the device-specific rule is off for anyone without that hardware. Added the config read, validation, and a conf.example entry. - Added a GPL-3.0-or-later SPDX-License-Identifier header after the shebang of all 24 shell scripts in the repo. - Standardized boolean conditionals on the explicit [ "$var" = "true" ] form, replacing the bare `if $var` idiom. The STEPS function-dispatch is left alone, since it runs a function name rather than testing a boolean. | ||||
| * | Update En Croissant AppImage pin | Craig Jennings | 2026-05-16 | 1 | -2/+2 |
| | | |||||
| * | Install setup-chess prerequisites automatically | Craig Jennings | 2026-05-16 | 1 | -77/+404 |
| | | |||||
| * | feat(hyprland): rebind mod+shift+f to allfloat, add chess setup script | Craig Jennings | 2026-03-02 | 1 | -0/+223 |
| Add workspace allfloat toggle on mod+shift+f (was togglefloating, now on mod+shift+space only). Add scripts/setup-chess.sh for En Croissant, lc0, Maia, and Stockfish setup. Update log-cleanup to use filename dates instead of mtime. Update ssh and calibre configs. | |||||
