aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_rqr
Commit message (Collapse)AuthorAgeFilesLines
* fix(rqr): use --nodisplay to avoid X11 dependency on WaylandLibravatar sommerfeld48 hours1-1/+1
| | | | | | | zbarcam defaults to opening an X11 preview window, which fails on Sway without XWayland ("unable to open X display"). --nodisplay runs the scanner headlessly; we don't need the preview since -1 exits on the first barcode anyway.
* refactor: restructure to chezmoi source stateLibravatar sommerfeld48 hours1-0/+7
Rename home/ contents to chezmoi naming conventions: - dot_ prefix for dotfiles and dot-dirs - private_dot_ for .gnupg and .ssh directories - private_ for 0600 files (nym.pub) - executable_ for scripts in .local/bin and display-toggle.sh - symlink_ for mimeapps.list symlink