From bf3ea4e3585114e1765d43edc27e6b43095f023f Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 23 Oct 2020 23:04:06 -0500 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9288a4b..d79ad9b 100644 --- a/README.md +++ b/README.md @@ -302,28 +302,27 @@ To disable keyboard mapping: Kinto -1. Check the status -``` -sudo systemctl status xkeysnail -``` -2. Check the service journal -``` -journalctl --unit=xkeysnail.service -b -``` - -Note: You can also watch your log live -``` -journalctl -l --user-unit=keyswap.service -b -``` - 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. +Another possibility is the SELinux could be enabled and needs to be set to permissive. (aka /etc/selinux/config) + +To fix the display port issue however you can try the following. + ``` echo $DISPLAY # :0.0 ``` +You can use the Kinto.sh app or system tray to edit your service file. + +kinto.sh gui +1. Edit -> Edit Service +kinto tray +1. Customize -> Edit Service + +or you can use your terminal. + sudo nano /etc/systemd/system/xkeysnail.service ``` ...