i3wm - Natural Scrolling
My laptop has a Synaptics touchpad and I recently switched to i3 window manager. The problem for me was the scrolling. I prefer natural scrolling and the resources that I found weren’t really helpful, since I figured, that I've libinput installed instead of synclient driver.
So, now that I've the fix for the issue, here is a generic approach to fix for yourself.
Figure out the devices you have: xinput
List down the props for a device: xinput list-props "SynPS/2 Synaptics TouchPad"
Set the props: xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1
To make this default on startup add the above line to your i3wm config file: exec --no-startup-id xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1
NOTE: Replace the device names according to your xinput output.






