summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/setup-inputs
diff options
context:
space:
mode:
Diffstat (limited to 'local/.bin/hornet/setup-inputs')
-rwxr-xr-xlocal/.bin/hornet/setup-inputs18
1 files changed, 0 insertions, 18 deletions
diff --git a/local/.bin/hornet/setup-inputs b/local/.bin/hornet/setup-inputs
deleted file mode 100755
index cd1b4cf..0000000
--- a/local/.bin/hornet/setup-inputs
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-set -eu
-set -o pipefail
-
-# key bindings
-setxkbmap -option ctrl:nocaps
-setxkbmap -option compose:caps
-xmodmap "$HOME"/.Xmodmap
-"$(dirname "$0")"/numkeys on
-
-# trackpad settings
-touchpad="$(xinput list --name-only | grep Touchpad)"
-xinput set-prop "$touchpad" "libinput Accel Speed" 0.4
-xinput set-prop "$touchpad" "libinput Tapping Enabled" 1
-
-# needs to happen after xmodmap stuff
-systemctl --user restart xcape
-systemctl --user restart xbindkeys