aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:14 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:14 +0100
commit75d9c733b56ad0d456cefbfbbf69454061f0b7a8 (patch)
tree961531bfd91977ef82a10e540b28d37b5f02d85d /dot_config/systemd/user
parentd4bdb4c9489d7ec3f0144ce0934ae38fe446aebe (diff)
downloaddotfiles-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_config/systemd/user')
-rw-r--r--dot_config/systemd/user/protonmail-bridge.service14
-rw-r--r--dot_config/systemd/user/vdirsyncer.service.d/override.conf2
2 files changed, 14 insertions, 2 deletions
diff --git a/dot_config/systemd/user/protonmail-bridge.service b/dot_config/systemd/user/protonmail-bridge.service
new file mode 100644
index 0000000..5da14c5
--- /dev/null
+++ b/dot_config/systemd/user/protonmail-bridge.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=ProtonMail Bridge (headless IMAP/SMTP proxy)
+After=network-online.target
+Wants=network-online.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/protonmail-bridge --noninteractive
+Restart=on-failure
+RestartSec=10s
+Environment=PASSWORD_STORE_DIR=%h/.local/share/password-store
+
+[Install]
+WantedBy=graphical-session.target
diff --git a/dot_config/systemd/user/vdirsyncer.service.d/override.conf b/dot_config/systemd/user/vdirsyncer.service.d/override.conf
deleted file mode 100644
index 6bc6060..0000000
--- a/dot_config/systemd/user/vdirsyncer.service.d/override.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[Service]
-Environment="PASSWORD_STORE_DIR=%h/.local/share/password-store"