Skip to content

Commit

Permalink
- Updated readme with more troubleshooting tips
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreaves committed Feb 19, 2020
1 parent c9bf5c1 commit 6b0f3fc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6b0f3fc

Please sign in to comment.