mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-24 12:07:53 +01:00
Compare commits
2 Commits
1888edb437
...
93ae826fc6
| Author | SHA1 | Date | |
|---|---|---|---|
| 93ae826fc6 | |||
| 90b52e73e8 |
@ -58,7 +58,9 @@ Other links I have found important and my files are based on:
|
|||||||
|
|
||||||
- https://wiki.archlinux.org/index.php/Systemd-resolved
|
- https://wiki.archlinux.org/index.php/Systemd-resolved
|
||||||
- Also provides the serious issues systemd-resolved+DNSSEC issues,
|
- Also provides the serious issues systemd-resolved+DNSSEC issues,
|
||||||
https://github.com/systemd/systemd/issues/10579 &
|
<del>https://github.com/systemd/systemd/issues/10579</del>
|
||||||
https://github.com/systemd/systemd/issues/9867
|
https://github.com/systemd/systemd/issues/36001 &
|
||||||
|
<del>https://github.com/systemd/systemd/issues/9867</del>
|
||||||
|
https://github.com/systemd/systemd/issues/35126
|
||||||
- request for strict DoT: https://github.com/systemd/systemd/issues/10755
|
- request for strict DoT: https://github.com/systemd/systemd/issues/10755
|
||||||
- vulnerable to MITM: https://github.com/systemd/systemd/issues/9397
|
- vulnerable to MITM: https://github.com/systemd/systemd/issues/9397
|
||||||
|
|||||||
2
install
2
install
@ -403,6 +403,8 @@ else
|
|||||||
|
|
||||||
if [ -d ~/.config/autostart ]; then
|
if [ -d ~/.config/autostart ]; then
|
||||||
ln -nsfv ~/.config/autostart/*.desktop $DESKTOP/
|
ln -nsfv ~/.config/autostart/*.desktop $DESKTOP/
|
||||||
|
# laziness
|
||||||
|
ln -nsfv ~/.config/autostart/*.desktop ~/.local/share/applications/
|
||||||
fi
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user