fixed mouse sensitivity on my mouse.
This commit is contained in:
parent
5fbd476230
commit
96af7ddb06
|
@ -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
6
scripts/mousestart
Executable 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
|
1
vifm/.config/vifm/vifminfo.json
Normal file
1
vifm/.config/vifm/vifminfo.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue