docs(yafti): Add known issue about autostart not working in WMs
This commit is contained in:
parent
43d00fc9ab
commit
0159e26bcc
1 changed files with 9 additions and 0 deletions
|
|
@ -7,3 +7,12 @@ Also Yafti's dependencies, `python3-pip` and `libadwaita` are installed.
|
|||
Optionally, a list of Flatpak names and IDs can be included under `custom-flatpaks:`. These will be enabled by default under their own section on the Flatpak installation screen of `yafti`.
|
||||
|
||||
A default version of the `yafti` configuration file, `yafti.yml`, is supplied by this module. To make your own, create the file at `/usr/share/ublue-os/firstboot/yafti.yml`. The default version of the file can be found [here](https://github.com/blue-build/modules/blob/main/modules/yafti/yafti.yml).
|
||||
|
||||
## Known issues
|
||||
|
||||
Yafti autostart doesn't work on WMs (Window Managers) like Sway or Hyprland due to them not implementing XDG-Autostart specification.
|
||||
|
||||
https://github.com/swaywm/sway/issues/1423
|
||||
https://github.com/hyprwm/Hyprland/issues/5169
|
||||
|
||||
Usage of [dex](https://github.com/jceb/dex) in the affected WMs can be considered to mitigate this issue.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue