Skip to content

Instantly share code, notes, and snippets.

View gwik's full-sized avatar

Antonin Amand gwik

View GitHub Profile
@waltervargas
waltervargas / dell-5510-ubuntu-libinput.md
Last active July 31, 2020 10:15
Dell Precision 5510 with Ubuntu 16.04.2 and libinput to fix the mouse at times is a bit jumpy
  • Install the packages

    sudo apt-get install libinput-tools xserver-xorg-input-libinput
    
  • Identify the touchpad device with

    sudo /usr/bin/libinput-list-devices
    ...
    Device:           DLL06E5:01 06CB:7A13 Touchpad
    Kernel:           /dev/input/event16
    

Group: 8

@jikkujose
jikkujose / .tmux.conf
Created November 17, 2013 04:37
Change prefix key in tmux to back-tick and still type back-ticks
unbind C-b
set-option -g prefix `
bind ` send-prefix