Skip to content

Instantly share code, notes, and snippets.

@rey
Last active February 2, 2018 17:15
Show Gist options
  • Select an option

  • Save rey/1e95a165f8cdb0a393496d41cc582155 to your computer and use it in GitHub Desktop.

Select an option

Save rey/1e95a165f8cdb0a393496d41cc582155 to your computer and use it in GitHub Desktop.
Xubuntu 17.10 on a Lenovo ThinkPad 11e

Fix wifi

sudo apt-get install bcmwl-kernel-source --assume-yes

Fix shoddy trackpad

# remove synaptics
sudo apt-get remove xserver-xorg-input-synaptics --purge

# install libinput
# might be already installed
sudo apt-get install xserver-xorg-input-libinput

Pointer Speed

Acceleration 7.0
Sensitivity 20px

Fix laptop lid behaviour

Open Xfce Power Manager

Add Spectacle-like shortcuts

Open Window Manager

Super + →
Super + ←

Install software

sudo apt-get install --assume-yes git vim saidar tmux tree chromium-browser claws-mail
# starting to feel old
sudo snap install slack

Uninstall software

sudo apt-get remove --purge --assume-yes firefox thunderbird pidgin libreoffice* xterm

sudo apt-get autoremove 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment