diff options
author | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:38 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:38 +0200 |
commit | d03551cbf8c96e0f28a32a348eff337ff7bd7c83 (patch) | |
tree | a2a1be7bb98e69e64a40f79dddfa661d401a586a /by_os/Linux/X/.xinitrc | |
parent | e6b399bd30412d32aee4d55e835848b68b4d3ac7 (diff) | |
parent | 68fe15297c2813b9d387fa773e8f79f2a31cf6ca (diff) |
Merge branch 'master' of https://github.com/pks/dotfiles
Diffstat (limited to 'by_os/Linux/X/.xinitrc')
-rw-r--r-- | by_os/Linux/X/.xinitrc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index faea340..71a1180 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,9 +1,4 @@ -exec xmodmap ${HOME}/.Xmodmap & -exec ${HOME}/bin/ratcpi & -export EXT_POINTER=$(xinput list | grep "USB-HID Keyboard" | grep pointer | awk -F'=' '{print $2}' | cut -f 1) -exec xinput set-prop $EXT_POINTER 268 2.5 & -exec xinput set-prop $EXT_POINTER 269 1.25 & -exec mkdir -p /tmp/mutt & export LC_ALL=en_US.UTF-8 +#exec setterm -blength 0 exec ratpoison |