From be4f668ef518689671c0925d9f49057dd0375923 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 2 Mar 2019 01:06:34 -0500 Subject: setup-inputs does actually need to bounce xcape --- bin/hush/setup-inputs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/hush/setup-inputs b/bin/hush/setup-inputs index c10d878..63d9c5d 100755 --- a/bin/hush/setup-inputs +++ b/bin/hush/setup-inputs @@ -11,3 +11,6 @@ xmodmap "$HOME"/.Xmodmap # trackpad settings xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" 0.4 xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 + +# needs to happen after xmodmap stuff +svre xcape -- cgit v1.2.3-54-g00ecf