fixed mouse sensitivity on my mouse.

This commit is contained in:
Gabe Venberg 2020-11-08 23:51:10 -06:00
parent 5fbd476230
commit 96af7ddb06
5 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,3 @@
$dvi_previewer = 'start xdvi -watchfile 1.5';
$ps_previewer = 'start gv --watch';
$pdf_previewer = 'start zathura';
$dvi_previewer = 'xdvi -watchfile 1.5';
$ps_previewer = 'gv --watch';
$pdf_previewer = 'zathura';

6
scripts/mousestart Executable file
View file

@ -0,0 +1,6 @@
#! /bin/sh
for id in $(xinput --list |grep 'Razer Razer Naga Hex .* pointer'|sed 's/.*id=\([0-9]*\).*/\1/')
do
#echo "setting device ID $id"
xinput --set-prop $id 'Coordinate Transformation Matrix' 0.500000, 0.000000, 0.000000, 0.000000, 0.500000, 0.000000, 0.000000, 0.000000, 1.000000
done

File diff suppressed because one or more lines are too long

View file

@ -18,7 +18,6 @@ URxvt.keysym.C-equal: resize-font:bigger
URxvt.keysym.C-0: resize-font:reset
URxvt.keysym.C-question: resize-font:show
!! drop in Solarized colorscheme for Xresources/Xdefaults
!!SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB

View file

@ -1,4 +1,5 @@
#remap caps lock to a third control key. both shifts at once toggle shiftlock
setxkbmap -option ctrl:nocaps,shift:both_capslock
xrdb -merge ~/.Xresources
~/dotfiles/scripts/mousestart
i3