summaryrefslogtreecommitdiff
path: root/by_os
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-05-03 21:06:44 +0200
committerPatrick Simianer <pks@pks.rocks>2018-05-03 21:06:44 +0200
commitfadc0b596c78039161fb52fec17aa2783c47cecb (patch)
treeb07b6aa4e8c5718f616922440a1af1ea6b0670b1 /by_os
parentd82548dc339fa1be5f2c209df53fafe13fe499d3 (diff)
X: fix
Diffstat (limited to 'by_os')
-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