mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-26 21:18:11 +01:00
Compare commits
2 Commits
bc25d20691
...
85ab7d75af
| Author | SHA1 | Date | |
|---|---|---|---|
| 85ab7d75af | |||
| 2d713af4c5 |
5
install
5
install
@ -219,6 +219,7 @@ if [ "$(id -u)" == "0" ]; then
|
||||
cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/
|
||||
cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/
|
||||
cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/
|
||||
cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/
|
||||
fi
|
||||
|
||||
# Enables laziness on checking whether or not apt is installed
|
||||
@ -282,6 +283,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