Install from the AUR.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Armin K. <krejzi at email dot com> | |
# Contributor: Austin ( doorknob60 [at] gmail [dot] com ) | |
# Contributor: Gaetan Bisson <[email protected]> | |
pkgname=broadcom-wl | |
pkgver=6.30.223.141 | |
pkgrel=7 | |
pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver' | |
url='http://www.broadcom.com/support/802.11/linux_sta.php' | |
arch=('i686' 'x86_64') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Natural Scrolling | |
pointer = 1 2 3 5 4 7 6 8 9 10 11 12 | |
clear control | |
clear mod4 | |
clear mod1 | |
keycode 64 = Alt_L | |
keycode 108 = Alt_R | |
keycode 133 = Super_L | |
keycode 113 = Control_R |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$pdf_mode = 1; # Create PDFs always | |
$pdflatex = 'pdflatex -interaction=nonstopmode -synctex=1 %O %S && cp "%D" "%R.pdf"'; | |
$pdf_viewer = 'zathura'; | |
$clean_ext = 'acn acr alg aux bbl bcf blg brf fdb_latexmk glg glo gls idx ilg ind ist lof log lot out run.xml toc dvi bbl rel %R-blx.bib %R.synctex.gz'; | |
$out_dir = './output'; | |
$aux_dir = './tmp'; | |
This is a workaround for the xf86-input-mtrack driver, which fails to load when you resume from suspend. Basically just adds a systemd
service
The key is to reload the bcm5974
module on system resume.
Put touchpad_resume.sh
into /opt/custom_scripts/touchpad_resume.sh
.
Make executable: chmod +x /opt/custom_scripts/touchpad_resume.sh
.
Put reload-touchpad.service
file in /etc/systemd/system/
.
Then enable it: systemctl enable reload-touchpad.service
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GNU Screen - main configuration file | |
# All other .screenrc files will source this file to inherit settings. | |
# Author: AJ <[email protected]> | |
# Credit: based on .screenrc-main-example by Christian Wills - [email protected] | |
# Auto-detach on hangup | |
autodetach on | |
# Allow bold colors - necessary for some reason | |
attrcolor b ".I" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For a pure cli install, no X11 requirement | |
sudo apt-get install gcc automake ncurses-dev libgnutls-dev libdbus-1-dev libgif-dev |

OlderNewer