From 616a2fd7a6f18be18e104f122903e47556f72085 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Tue, 6 Feb 2018 20:12:40 +0100 Subject: [PATCH] i3-config: set mouse acceleration profile --- config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/i3/config b/config/i3/config index c2b1b69..c778445 100644 --- a/config/i3/config +++ b/config/i3/config @@ -43,6 +43,9 @@ exec ssh-add # start nm-applet exec nm-applet +# set trackpoint accelecration +exec xinput --set-prop 12 'libinput Accel Speed' -0.75 + # move workspace to left and right monitors bindsym $mod+Shift+bracketleft move workspace to output left bindsym $mod+Shift+bracketright move workspace to output right