words
This commit is contained in:
parent
6843714a9f
commit
a327dd4d63
1 changed files with 2 additions and 2 deletions
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Reference in a new issue