Skip to content

Instantly share code, notes, and snippets.

@mhtocs
Last active August 15, 2019 22:03
Show Gist options
  • Save mhtocs/ebf8bcb58b867b67a18af0f88e4e67a6 to your computer and use it in GitHub Desktop.
Save mhtocs/ebf8bcb58b867b67a18af0f88e4e67a6 to your computer and use it in GitHub Desktop.
Crunchbang++ Inspiron 11 3000 Series

Mouse Tap and Natural Scrolling

/usr/share/X11/xorg.conf.d/40-libinput.conf

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
	Option "Tapping" "on"
	Option "NaturalScrolling" "True"
EndSection

Fix Wifi

bcmwl-kernel-source vs broadcom-sta-dkms

sudo apt install broadcom-sta-dkms

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