aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/sway
Commit message (Collapse)AuthorAgeFilesLines
* sway: manage mako, poweralertd, display-watcher via systemd user unitsLibravatar sommerfeld46 hours1-3/+1
| | | | | | | Replace sway exec launches with a sway-session.target that BindsTo graphical-session.target and Wants mako, poweralertd, and a new display-watcher.service. Services now get restart-on-failure, journal integration, and clean shutdown when sway exits.
* sway: auto-toggle display layout on external plug/unplugLibravatar sommerfeld46 hours2-0/+21
|
* sway: display-toggle re-enables laptop screen when no external presentLibravatar sommerfeld46 hours1-0/+6
|
* sway: add poweralertd for battery notifications via makoLibravatar sommerfeld46 hours1-0/+1
|
* fix(rqr): restore zbarcam preview and propagate DISPLAY to XWaylandLibravatar sommerfeld46 hours1-2/+2
| | | | | | | | | | | zbarcam needs an X11 display for the live camera preview, which sway provides via XWayland. Two changes to make that reliable: - sway/config: add DISPLAY to the systemd/dbus user-environment imports, so anything launched through those paths (not just direct sway execs) can reach XWayland. - rqr: default DISPLAY to :0 (sway's default XWayland socket) when unset, as a belt-and-suspenders fallback.
* style(shell): apply shfmt (-i 2 -ci -s)Libravatar sommerfeld46 hours1-21/+21
|
* refactor: restructure to chezmoi source stateLibravatar sommerfeld46 hours2-0/+202
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