summaryrefslogtreecommitdiffstats
path: root/bin/hush/setup-inputs
blob: c10d878ee3b934a6b0efef044edbb24eced4ad1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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