From fadc0b596c78039161fb52fec17aa2783c47cecb Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 3 May 2018 21:06:44 +0200 Subject: X: fix --- by_os/Linux/X/.xinitrc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'by_os') diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index 078cb2a..73f9ecc 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,15 +1,10 @@ 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) -if [[ $(hostname) == "kobe" ]]; then - exec xinput set-prop $EXT_POINTER 264 2.5 & - exec xinput set-prop $EXT_POINTER 265 1.0 & - exec xinput set-prop $EXT_POINTER 266 5.0 & -elif [[ $(hostname) == "bogues" ]]; then - exec xinput set-prop $EXT_POINTER 268 2.5 & - exec xinput set-prop $EXT_POINTER 269 1.25 & -fi +exec ${HOME}/bin/mouse & exec mkdir -p /tmp/mutt & export LC_ALL=en_US.UTF-8 +#if [[ $(hostname) == "bryant" ]]; then +# exec xrandr --output HDMI-1 --rotate right +#fi exec ratpoison -- cgit v1.2.3