X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=input-setup;h=66a4b7ffd26d5ecf395bdd373c0b6fda8e2ea750;hb=9eeed9d8bd24850fe5e35d2c2f9be8608491bf70;hp=9f93cde1f3dc2750951203cd162e8d25a980e5dc;hpb=82b146c2299fce1aec68d492e4bd881d81e8e6c9;p=distro-setup diff --git a/input-setup b/input-setup index 9f93cde..66a4b7f 100755 --- a/input-setup +++ b/input-setup @@ -22,11 +22,11 @@ set_device_id() { } case $HOSTNAME in - tp|x2) + tp) # original saved with: xkbcomp $DISPLAY /a/c/stretch-9-2016.xkb xkbcomp /a/c/tp.xkb $DISPLAY ;; - treetowl*|iank-dev|frodo) + treetowl*|iank-dev|frodo|x2) # todo, differentiate for work pc #/a/bin/radl if [[ -z $DISPLAY ]]; then @@ -39,6 +39,7 @@ case $HOSTNAME in xkbset exp =m # stop mousekeys expiring after a timeout xset r rate 200 13 # decrease rate delay + cd / # so xbindkeys does not hold open mountpoints xbindkeys # configured to grab left and right scroll button presses fi