From d6fa23bb592ce4184c3a8b62de5cb6826f874ee2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 21 May 2026 17:52:04 -0400 Subject: chore: log UI follow-up bugs and ignore dated secret backups I logged three follow-ups: uneven waybar indicator spacing, airplane-mode toggle hardening (a laptop guard and a brightness fallback), and rectangular wlogout exit-menu buttons. I also moved the finished touchpad and airplane-mode entries into the resolved section, and added a gitignore rule so dated .bak backups stay on disk but out of git. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6a3c13d..d08398a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ dotfiles/common/.claude/commands/ # Python bytecode cache __pycache__/ + +# Dated local backups of secret files (kept on disk, never tracked) +*.bak-[0-9]* -- cgit v1.2.3