# Reverse two finger scroll direction (natural scrolling). $ dconf write /org/mate/desktop/peripherals/touchpad/natural-scroll true $ mc -e /usr/share/X11/xorg.conf.d/40-libinput.conf Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "NaturalScrolling" "true" # ^ This is the added line # Shows status of the lock keys , like Caps Lock, Scroll Lock, and Num Lock. $ dconf write /org/mate/desktop/peripherals/keyboard/general/duplicate-leds true # Add a "shade window" button to titlebar like in XFCE. $ dconf-editor /org/mate/marco/general/button-layout 'menu:shade,minimize,maximize,close' /org/mate/marco/general/theme 'Bluebird'