summaryrefslogtreecommitdiffstats
path: root/bin/hush/setup-inputs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-01 03:44:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-01 03:44:51 -0500
commit41e40fada15dfab455b02e51407feaaa2db0ebb2 (patch)
tree73831d6d87cf338343fddad7515a26522168e0a1 /bin/hush/setup-inputs
parent432bbcf90817b53ec7c7fff9cd819ada7efb2223 (diff)
downloadconf-41e40fada15dfab455b02e51407feaaa2db0ebb2.tar.gz
conf-41e40fada15dfab455b02e51407feaaa2db0ebb2.zip
remove hush configuration
Diffstat (limited to 'bin/hush/setup-inputs')
-rwxr-xr-xbin/hush/setup-inputs16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/hush/setup-inputs b/bin/hush/setup-inputs
deleted file mode 100755
index 63d9c5d..0000000
--- a/bin/hush/setup-inputs
+++ /dev/null
@@ -1,16 +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
-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