dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 37208baffea01b80ed708aec737aa4793cf586f4
parent 188a6516a2a7dc1b8b90ff3c7450aa8a525a5ae9
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  2 Jan 2022 19:25:41 +0000

.s/i/keyboard: moved earlier

Diffstat:
D.scripts/input/keyboard | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/.scripts/input/keyboard b/.scripts/input/keyboard @@ -1,11 +0,0 @@ -#!/bin/bash - -setxkbmap -option caps:escape - -# unicomp endurapro - increase trackpoint sensitivity -[ "$(uname)" = "OpenBSD" ] && device=/dev/wskbd || device="pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38" -xinput set-prop "$device" "Coordinate Transformation Matrix" 4 0 0 0 4 0 0 0 4 -xinput set-prop "$device" "libinput Accel Speed" 2 -xinput set-prop "$device" "libinput Button Scrolling Button" 3 -xinput set-prop "$device" 'libinput Scroll Method Enabled' 0 0 1 -xset r rate 200 40 &