From 2d713af4c521298f7fbcf829939571f67443f165 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 29 Sep 2025 09:59:51 +0300 Subject: [PATCH] install: symlink user autostarts to desktop too --- install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install b/install index fe253b9e..598ef695 100755 --- a/install +++ b/install @@ -282,6 +282,10 @@ else if hash xdg-user-dir 2> /dev/null; then DESKTOP=$(xdg-user-dir DESKTOP) + if [ -d ~/.config/autostart ]; then + ln -nsfv ~/.config/autostart/*.desktop $DESKTOP/ + fi + # Ensure there is foot-server.socket before creating a shortcut for footclient if hash systemctl 2> /dev/null; then systemctl --user enable --now foot-server.socket