Skip to content

Instantly share code, notes, and snippets.

@leoh0
Last active March 6, 2019 06:49
Show Gist options
  • Select an option

  • Save leoh0/993aefa7820d37f802090dc2c9f0f746 to your computer and use it in GitHub Desktop.

Select an option

Save leoh0/993aefa7820d37f802090dc2c9f0f746 to your computer and use it in GitHub Desktop.
log
#.bashrc
xset r rate 250 60
# cat /etc/X11/xorg.conf.d/30-touch.conf
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event18"
MatchDriver "libinput"
# here add your option
Option "Tapping" "1"
EndSection
7 sudo apt install tlp tlp-rdw powertop
8 sudo tlp start
9 sudo powertop --auto-tune
10 sudo reboot
11 sudo apt install i3
42 sudo apt install vim-nox
62 cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
63 ~/.dropbox-dist/dropbox
64 ~/.dropbox-dist/dropboxd
118 nmcli con add type wifi ifname wlan0 con-name connect_wlan ssid connect_wlan
125 sudo apt install rxvt-unicode
156 sudo apt install git
157 git clone https://github.com/jessfraz/dotfiles
159 cp dotfiles/.xsessionrc .
162 cp dotfiles/.X* .
mkdir ~/.i3
162 cp dotfiles/.i3/config ~/.i3/
162 cp dotfiles/.i3/status.conf ~/.i3/
194 sudo apt install -y tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment