This commit is contained in:
Josh Lay 2024-06-21 13:39:27 -05:00
parent 6843714a9f
commit a327dd4d63
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -25,8 +25,8 @@ Should run on-login -- `i3`/`sway` having a config entry:
exec 'python3 ~/.config/sway/scripts/startup.py'
```
Avoid `exec_always`; this will repeat your _'wanted'_
entries when reloading the _window manager_ config.
Use `exec` as shown; avoid `exec_always`. Your _'wanted'_
entries will repeat, otherwise, if reloading i3/Sway.
Example `autostart-i3ipc.yml`: