docs: fix command in troubleshooting

This commit is contained in:
alfrix 2022-09-02 18:15:01 -03:00 committed by Alfredo Monclus
parent 28303573f9
commit 09375c138c

View File

@ -45,7 +45,7 @@ sudo service KlipperScreen restart
If it's still failing as a last resort add `needs_root_rights=yes` to `/etc/X11/Xwrapper.config`: If it's still failing as a last resort add `needs_root_rights=yes` to `/etc/X11/Xwrapper.config`:
```sh ```sh
sudo echo needs_root_rights=yes>>/etc/X11/Xwrapper.config sudo bash -c "echo needs_root_rights=yes>>/etc/X11/Xwrapper.config"
``` ```
restart KS. restart KS.