Unable to disable mouse acceleration completely

I’m unable to completely disable mouse acceleration on the latest version of kde bundled with manjaro. I have tried the following remedies Mouse acceleration - ArchWiki and double checked that it’s using libinput, however despite using the flat profile i still appear to have some acceleration, how do i verify if that’s really the case and if so, how do i disable it for good? Thanks.

I had a similar problem where on every reboot mouse acceleration came back. If I opened the mouse settings and moved the acceleration one tick, applied it and put back to the default middle position, it was gone again. So in the end I had to use an autostart script like suggested in the wiki.

You could post the output of your xinput properties.

   xinput list-props 11
Device 'Logitech Gaming Mouse G400':
        Device Enabled (146):   1
        Coordinate Transformation Matrix (148): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Natural Scrolling Enabled (286):       0
        libinput Natural Scrolling Enabled Default (287):       0
        libinput Scroll Methods Available (419):        0, 0, 1
        libinput Scroll Method Enabled (420):   0, 0, 0
        libinput Scroll Method Enabled Default (421):   0, 0, 0
        libinput Button Scrolling Button (422): 2
        libinput Button Scrolling Button Default (423): 2
        libinput Button Scrolling Button Lock Enabled (424):    0
        libinput Button Scrolling Button Lock Enabled Default (425):    0
        libinput Middle Emulation Enabled (426):        0
        libinput Middle Emulation Enabled Default (427):        0
        libinput Accel Speed (428):     0.000000
        libinput Accel Speed Default (429):     0.000000
        libinput Accel Profiles Available (430):        1, 1
        libinput Accel Profile Enabled (431):   0, 1
        libinput Accel Profile Enabled Default (432):   1, 0
        libinput Left Handed Enabled (433):     0
        libinput Left Handed Enabled Default (434):     0
        libinput Send Events Modes Available (269):     1, 0
        libinput Send Events Mode Enabled (270):        0, 0
        libinput Send Events Mode Enabled Default (271):        0, 0
        Device Node (272):      "/dev/input/event9"
        Device Product ID (273):        1133, 49733
        libinput Drag Lock Buttons (288):       <no items>
        libinput Horizontal Scroll Enabled (289):       1

With mouse acceleration enabled the only difference for me was:

libinput Accel Profile Enabled (431): 1, 0