summaryrefslogtreecommitdiff
path: root/by_os/Linux/X/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'by_os/Linux/X/.xinitrc')
-rw-r--r--by_os/Linux/X/.xinitrc13
1 files changed, 4 insertions, 9 deletions
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