diff options
| author | 2026-05-13 13:43:14 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:14 +0100 | |
| commit | 75d9c733b56ad0d456cefbfbbf69454061f0b7a8 (patch) | |
| tree | 961531bfd91977ef82a10e540b28d37b5f02d85d /dot_local/bin/executable_linkhandler | |
| parent | d4bdb4c9489d7ec3f0144ce0934ae38fe446aebe (diff) | |
| download | dotfiles-75d9c733b56ad0d456cefbfbbf69454061f0b7a8.tar.gz dotfiles-75d9c733b56ad0d456cefbfbbf69454061f0b7a8.tar.bz2 dotfiles-75d9c733b56ad0d456cefbfbbf69454061f0b7a8.zip | |
refactor(mail): drop TUI stack, add headless proton-bridge
Remove aerc, khal, khard, vdirsyncer from meta/mail.txt and delete their
configs (aerc/, vdirsyncer systemd override, aerc .desktop handler).
Point linkhandler mailto at xdg-open until a GUI client is set up.
Add systemd user unit for protonmail-bridge --noninteractive, tied to
graphical-session.target so it starts with the sway session.
Diffstat (limited to 'dot_local/bin/executable_linkhandler')
| -rwxr-xr-x | dot_local/bin/executable_linkhandler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/bin/executable_linkhandler b/dot_local/bin/executable_linkhandler index ee63eed..747adc5 100755 --- a/dot_local/bin/executable_linkhandler +++ b/dot_local/bin/executable_linkhandler @@ -35,7 +35,7 @@ case "$url" in setsid rssadd "$url" >/dev/null 2>&1 & ;; mailto:*) - setsid aerc "$url" >/dev/null 2>&1 & + xdg-open "$url" >/dev/null 2>&1 & ;; *.dot) setsid xdot "$url" >/dev/null 2>&1 & |
