mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-03 17:17:53 +01:00
Compare commits
No commits in common. "85ab7d75af22f56daeef35afc8df3a67b1f2f5e3" and "bc25d20691d9fa6283e3bc94ea7fa1fefd4cab7a" have entirely different histories.
85ab7d75af
...
bc25d20691
5
install
5
install
@ -219,7 +219,6 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/
|
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-network.desktop /etc/xdg/autostart/
|
||||||
cp -v etc/xdg/autostart/footclient-journal-time.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
|
fi
|
||||||
|
|
||||||
# Enables laziness on checking whether or not apt is installed
|
# Enables laziness on checking whether or not apt is installed
|
||||||
@ -283,10 +282,6 @@ else
|
|||||||
if hash xdg-user-dir 2> /dev/null; then
|
if hash xdg-user-dir 2> /dev/null; then
|
||||||
DESKTOP=$(xdg-user-dir DESKTOP)
|
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
|
# Ensure there is foot-server.socket before creating a shortcut for footclient
|
||||||
if hash systemctl 2> /dev/null; then
|
if hash systemctl 2> /dev/null; then
|
||||||
systemctl --user enable --now foot-server.socket
|
systemctl --user enable --now foot-server.socket
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user