- Updated readme with more troubleshooting tips

This commit is contained in:
Ryan Reaves
2020-02-18 20:24:05 -06:00
parent c9bf5c1937
commit 6b0f3fc0dd

View File

@@ -187,7 +187,25 @@ systemctl --user status keyswap
journalctl -xe
```
Open a ticket and send me the info.
You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this.
```
echo $DISPLAY
# :0.0
```
nano ~/.config/systemd/user/keyswap.service
```
...
[Service]
Type=simple
Restart=always
Environment=DISPLAY=:0.0
...
```
If you continue to have issues then open a ticket and send me the info.
### Keyswap is not occurring, but it was working.