From a56b6a121b31b82dcf7279e6eea60bbca1852fc5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 31 May 2022 14:34:49 +0200 Subject: Sync --- .scripts/inputset | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .scripts/inputset (limited to '.scripts/inputset') diff --git a/.scripts/inputset b/.scripts/inputset new file mode 100755 index 0000000..ca1c5af --- /dev/null +++ b/.scripts/inputset @@ -0,0 +1,10 @@ +#!/bin/sh + +setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl -option "caps:swapescape" +xmodmap -e "keysym Menu = Super_R" +xset r rate 300 50 + +xinput set-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 0 +xinput set-prop "pointer:Logitech MX Master 2S" "libinput High Resolution Wheel Scroll Enabled" 0 +xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" 0.4 +xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Profile Enabled" 1 0 -- cgit v1.2.3