#!/bin/sh # key bindings setxkbmap -option ctrl:nocaps setxkbmap -option compose:caps xmodmap $HOME/.Xmodmap $HOME/.bin/numkeys on # trackpad settings xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" 1 xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 # restart services that depend on keyboard reconfigurations if pgrep readproctitle > /dev/null; then svre xcape svre kuake svre xbindkeys fi