updated .xinitrc
This commit is contained in:
parent
bd6183cd0c
commit
290327446a
3 changed files with 9 additions and 9 deletions
BIN
dot.config/icc/natural.icm
Normal file
BIN
dot.config/icc/natural.icm
Normal file
Binary file not shown.
BIN
dot.config/icc/reddish.icm
Normal file
BIN
dot.config/icc/reddish.icm
Normal file
Binary file not shown.
18
dot.xinitrc
18
dot.xinitrc
|
@ -3,16 +3,16 @@ xset -b
|
||||||
xrdb -merge .Xdefaults
|
xrdb -merge .Xdefaults
|
||||||
xsetroot -solid black -cursor_name left_ptr
|
xsetroot -solid black -cursor_name left_ptr
|
||||||
|
|
||||||
synclient RightButtonAreaLeft=4501
|
synclient TapButton1=1
|
||||||
synclient RightButtonAreaRight=0
|
synclient TapButton2=2
|
||||||
synclient RightButtonAreaTop=4100
|
synclient TapButton3=3
|
||||||
synclient RightButtonAreaBottom=0
|
synclient VertTwoFingerScroll=1
|
||||||
synclient MiddleButtonAreaLeft=2500
|
synclient HorizTwoFingerScroll=1
|
||||||
synclient MiddleButtonAreaRight=4500
|
synclient PalmDetect=1
|
||||||
synclient MiddleButtonAreaTop=410
|
synclient ClickPad=0
|
||||||
synclient MiddleButtonAreaBottom=0
|
synclient CircularScrolling=0
|
||||||
|
|
||||||
syndaemon -Rtki 1 & # disable touchpad while typing
|
syndaemon -Rtki 1 & # disable touchpad while typing
|
||||||
|
xcalib -d :0 ~/.config/icc/natural.icm
|
||||||
redshift -l 52.3:13.3 & # no eyestrain please
|
redshift -l 52.3:13.3 & # no eyestrain please
|
||||||
[ -x ~/.fehbg ] && ~/.fehbg
|
[ -x ~/.fehbg ] && ~/.fehbg
|
||||||
compton --config ~/.config/comptonrc -b
|
compton --config ~/.config/comptonrc -b
|
||||||
|
|
Loading…
Reference in a new issue