19 lines
550 B
Text
19 lines
550 B
Text
setxkbmap de
|
|
xset -b
|
|
xrdb -merge .Xdefaults
|
|
xsetroot -solid black -cursor_name left_ptr
|
|
|
|
synclient RightButtonAreaLeft=4501
|
|
synclient RightButtonAreaRight=0
|
|
synclient RightButtonAreaTop=4100
|
|
synclient RightButtonAreaBottom=0
|
|
synclient MiddleButtonAreaLeft=2500
|
|
synclient MiddleButtonAreaRight=4500
|
|
synclient MiddleButtonAreaTop=410
|
|
synclient MiddleButtonAreaBottom=0
|
|
|
|
syndaemon -Rtki 1 & # disable touchpad while typing
|
|
redshift -l 52.3:13.3 & # no eyestrain please
|
|
[ -x ~/.fehbg ] && ~/.fehbg
|
|
compton --config ~/.config/comptonrc -b
|
|
exec i3
|