From 3b802d1d492e84e68ffd2be78498f225d5b36434 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 21 Apr 2020 16:17:32 -0500 Subject: [PATCH] - Added xhost fix to the xkey service setup file --- xkeysnail_service.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index 548fca4..3f7f9ae 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -1,5 +1,7 @@ #!/bin/bash +# set about:config?filter=ui.key.menuAccessKeyFocuses +# to false for wordwise to work in Firefox if [ $# -eq 0 ]; then echo "Install Kinto - xkeysnail (udev)" @@ -43,6 +45,7 @@ fi if [[ $1 == "1" || $1 == "2" || $1 == "3" || $1 == "winmac" || $1 == "mac" || $1 == "chromebook" ]]; then mv ./xkeysnail-config/kinto.py.new ~/.config/kinto/kinto.py sudo mv ./xkeysnail-config/xkeysnail.service.new /etc/systemd/system/xkeysnail.service + xhost +SI:localuser:root git clone --depth 1 https://github.com/rbreaves/xkeysnail.git cd xkeysnail sudo pip3 install --upgrade .