diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-10 17:33:02 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-10 17:33:02 +0100 |
commit | 48f6f1b75f3af9869975e5cae161b8534e41673b (patch) | |
tree | 209d0f662361203d1a283df2597f7f9609a47f97 /.local | |
parent | udpate (diff) | |
download | dotfiles-bsd-48f6f1b75f3af9869975e5cae161b8534e41673b.tar.gz dotfiles-bsd-48f6f1b75f3af9869975e5cae161b8534e41673b.tar.bz2 dotfiles-bsd-48f6f1b75f3af9869975e5cae161b8534e41673b.tar.xz dotfiles-bsd-48f6f1b75f3af9869975e5cae161b8534e41673b.tar.zst dotfiles-bsd-48f6f1b75f3af9869975e5cae161b8534e41673b.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/kb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/kb b/.local/bin/kb index b80df28..dfa3e5c 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -17,8 +17,8 @@ else xmodmap -e 'keycode 23 = Escape' xmodmap -e 'keycode 66 = Escape' fi -mouse=$(xinput list | grep 'USB Optical Mouse' | awk '{print $8}' | sed 's/id=//') -xinput --set-prop $mouse 'libinput Accel Speed' -0.75 +mouse=$(xinput list | grep 'HARPOON' | awk '{print $10}' | sed 's/id=//') +xinput --set-prop $mouse 'libinput Accel Speed' -0.40 notify-send -u low -t 2000 'kb' ' Keyboard set' # vim: filetype=sh |