added i3 configs and x11 resources.
This commit is contained in:
parent
3c4d334a7e
commit
8e3035cdb7
3 changed files with 105 additions and 2 deletions
11
x11/.xinitrc
Normal file
11
x11/.xinitrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
setmouse () {
|
||||
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
|
||||
xinput --set-prop $id 'libinput Accel Profile Enabled' 0, 1
|
||||
done
|
||||
}
|
||||
#setmouse
|
||||
xrdb -merge ~/.Xresources
|
||||
exec i3
|
Loading…
Add table
Add a link
Reference in a new issue