Skip to content

Instantly share code, notes, and snippets.

View DenysMedvid's full-sized avatar

Denys Medvid DenysMedvid

View GitHub Profile
@DenysMedvid
DenysMedvid / .zshrc
Created December 14, 2016 12:15
.zshrc
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
@DenysMedvid
DenysMedvid / .screenrc
Last active March 22, 2018 14:03
.screenrc
altscreen on
term screen-256color
bind ',' prev
bind '.' next
select 0
#change the hardstatus settings to give an window list at the bottom of the
##screen, with the time and date and with the current window highlighted
hardstatus alwayslastline
#hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
@DenysMedvid
DenysMedvid / 01-synaptics.conf
Created May 27, 2015 11:08
Fix ThinkPad E440 Touchpad
# /etc/X11/xorg.conf.d/01-synaptics.conf
Section "InputClass"
Identifier "e440 top buttons"
MatchDriver "synaptics"
# right btn|middle btn
Option "SoftButtonAreas" "60% 0 0 0 40% 60% 0 0"
Option "HorizHysteresis" "30"
Option "VertHysteresis" "30"
Option "PalmDetect" "1"