shell-things/etc/xdg/autostart/README.md

20 lines
659 B
Markdown
Raw Normal View History

2023-02-21 16:54:39 +01:00
# System-wide autostart files
2023-02-21 16:54:39 +01:00
_Note: this directory is also being used as `~/.local/share/applications`
which populates the app menu, my autostart is thankfully not this
populated._
2023-02-21 16:54:39 +01:00
- redshift - app that changes screen temperature along the sun
- telegramdesktop - IM app, based on telegram-desktop package
- com.wire.WireDesktop - Wire flatpak based on the flatpak of the same name
## `a-*.desktop`
These files belong to `/usr/local/share/applications` and are named so to
avoid masking package manager. They have clearly different names such as using
all caps. To refresh them:
```bash
sudo update-desktop-database -v /usr/local/share/applications
```