From cb11c0d11fa74a9bc8343282d3cbfe1836782a61 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 16 Feb 2018 21:24:56 +0100 Subject: .xinitrc: mouse sens. by host --- by_os/Linux/X/.xinitrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'by_os/Linux/X/.xinitrc') diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index faea340..078cb2a 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,8 +1,14 @@ 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 & +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 mkdir -p /tmp/mutt & export LC_ALL=en_US.UTF-8 exec ratpoison -- cgit v1.2.3 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/Linux/X/.xinitrc') 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 From 31eac081d847b5badf276c9242b9fb6d1c4a78b9 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Jul 2018 14:16:03 +0200 Subject: X --- by_os/Linux/X/.xinitrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'by_os/Linux/X/.xinitrc') diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index 73f9ecc..9277942 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,10 +1,4 @@ -exec xmodmap ${HOME}/.Xmodmap & -exec ${HOME}/bin/ratcpi & -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 setterm -blength 0 exec ratpoison -- cgit v1.2.3 From 6b404da3b8d3d659ab4065ceff98dafd120618fe Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 19 Oct 2018 16:34:10 +0200 Subject: X: incompatible --- by_os/Linux/X/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'by_os/Linux/X/.xinitrc') diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index 9277942..71a1180 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,4 +1,4 @@ export LC_ALL=en_US.UTF-8 -exec setterm -blength 0 +#exec setterm -blength 0 exec ratpoison -- cgit v1.2.3