From 6b0f3fc0dd349eb9b9bbf334e93c1ab8bf3f7408 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Tue, 18 Feb 2020 20:24:05 -0600 Subject: [PATCH] - Updated readme with more troubleshooting tips --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a77612f..9e9e91a 100644 --- a/README.md +++ b/README.md @@ -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.