Fix listen-ereader
It didn't launch calibre properly, with the following log:
Nov 25 12:32:23 cardano listen-ereader[802]: E-reader connected. Opening calibre
Nov 25 12:32:23 cardano python3[5190]: qt.qpa.xcb: could not connect to display
Nov 25 12:32:23 cardano python3[5190]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Nov 25 12:32:23 cardano python3[5190]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Nov 25 12:32:23 cardano python3[5190]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, xcb, wayland-egl, wayland.
Nov 25 12:32:24 cardano systemd-coredump[5202]: [🡕] Process 5190 (python3) of user 1000 dumped core.
Fix listen-ereader autostart
It was WantedBy=autostart.target, because we started that target on
sway start. Since we don't do that anymore, we now link it to
default.target, which gets started by KDE (I think? Kwin starts it?)
systemd: remove nearly everything
applications/autostart: remove
all: use stow's dot-x syntax
Remove notmuch-new service
In notmuch 'G' calls 'notmuch-poll-and-refresh-this-buffer', which is
very useful and replaces the need for this, imo.
Override display and new autostart
Remove unused makefile install
I don't use notmuch-new.timer anymore.
Autostart vorta
This is automatically added by vorta whenever you enable
"Automatically start Vorta at login". Not sure if I want this tracked
but here it is.
Fix xdg-desktop-portal-gnome starting
Try to fix newbackground with slower restartsec
It complained about starting too soon.
Also change sway bg if image download doesn't work