From 08627549edd4fad05e5cafc3dc6ccfac724163f6 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Tue, 12 Jul 2022 06:16:59 +0200 Subject: [PATCH] =?UTF-8?q?Add=20stickykeys=20script=20=F0=9F=98=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/scripts/stickykeys.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/scripts/stickykeys.sh diff --git a/.config/scripts/stickykeys.sh b/.config/scripts/stickykeys.sh new file mode 100755 index 0000000..f43ef58 --- /dev/null +++ b/.config/scripts/stickykeys.sh @@ -0,0 +1,6 @@ +#!/bin/bash +while true; +do + xkbset sticky -twokey -latchlock + sleep 600 +done