From cc31d5b788a828f09b30ccde4171376aa2e597e9 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 8 Aug 2023 12:45:37 -0500 Subject: [PATCH] turn on libinput natural scrolling --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index b2a9361..702f7f7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,6 +32,7 @@ exec --no-startup-id nm-applet exec_always bluetoothctl power off exec xinput set-prop 12 285 1 & +exec xinput set-prop "DLL06FE:00 04F3:300F Touchpad" "libinput Natural Scrolling Enabled" 1 # exec xrandr --output eDP1 --scale 0.8x0.8 exec ~/.fehbg & # bindsym $mod+s exec scrot -e 'xclip -selection clipboard -t image/png -i $f && rm $f'