Custom Synaptics Setting Overwritten at Boot

O yea, The file /etc/X11/xorg.conf.d/99-synaptics.conf exists after a reboot.

I use it to set my synaptic settings now that the synaptic GUI settings have been removed.
https://forum.manjaro.org/t/synaptics-trackpad-setting-have-gone-after-latest-stable-update-kde/161475

Mine looks like this. These settings are “dropped-in” and take precedence over the default. I would notice straight away if they were not being applied.

❱cat /etc/X11/xorg.conf.d/99-synaptics.conf
Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "3"
        Option "TapButton3" "2"
        Option "VertEdgeScroll" "off"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "off"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "off"
        Option "CircScrollTrigger" "2"
        Option "EmulateTwoFingerMinZ" "40"
        Option "EmulateTwoFingerMinW" "8"
        Option "CoastingSpeed" "10"
        Option "CoastingFriction" "10"
        Option "FingerLow" "30"
        Option "FingerHigh" "50"
        Option "MaxTapTime" "125"
        Option "MaxSpeed" "2"
        Option "MinSpeed" "1"
        Option "AccelFactor" "0.02"
        Option "RightButtonAreaTop" "9999"
#        Option "SoftButtonAreas" "50% 0 0 0 0 0 0 0"   # Disable SoftButtonAreas"
EndSection

I tried editing the Option "SoftButtonAreas" "50% 0 0 0 0 0 0 0" # Disable SoftButtonAreas but my desktop environment failed to load completely when i did that so i remarked it out. Im just guessing at configs really atm. No idea why “RightButtonAreaTop” works at all but it does.