From f1794f45fc890f4b01217a2fc2cf78c801f206d2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 4 Dec 2019 10:27:09 +0100 Subject: invert-display: Add sleep to fix hanging hotkey when usign for the first time Signed-off-by: Florian Pritz --- invert-display | 2 ++ 1 file changed, 2 insertions(+) diff --git a/invert-display b/invert-display index 0cbc4df..ce584fc 100755 --- a/invert-display +++ b/invert-display @@ -2,5 +2,7 @@ set -e +sleep 0.2 + xcalib -invert -alter -o 0 xcalib -invert -alter -o 1 -- cgit v1.2.3-24-g4f1b