mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
install: symlink user autostarts to desktop too
This commit is contained in:
parent
bc25d20691
commit
2d713af4c5
4
install
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user