Network Manager

Copied old connection information from Nixie `/<a class='createlinktext' rel='nofollow'

Insufficient permissions for netdev users to edit NetworkManager system connections. See http://jeffhoogland.blogspot.co.uk/2012/05/howto-give-network-manager-sufficient.html

Edit `/etc/polkit-1/localauthority/50-local.d/org.<a class='createlinktext' rel='nofollow'

[nm-applet]
Identity=unix-group:netdev
Action=org.freedesktop.NetworkManager.*
ResultAny=yes
ResultInactive=no
ResultActive=yes

Disable Touchpad

Create /etc/X11/xorg.conf.d/notap.conf

# From stackexchange:
#   http://unix.stackexchange.com/questions/70428/can-one-disable-tap-to-click-in-x-server-configuration-without-synclient
Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "MaxTapTime"             "0"
EndSection