View Single Post
  #6   (View Single Post)  
Old 26th December 2012
Mako_Elite Mako_Elite is offline
BSD_ROCKS
 
Join Date: Nov 2010
Posts: 75
Default

shep
Thanks for the link. I was looking at it earlier and I did try that with .xinitrc

What I did wrong was I did put line: fvwm || xterm
at the beginning of the file.
I moved it to the bottom looks like this

synclient TapButton1=1
synclient VertEdgeScroll=1
fvwm || xterm

It works now :-)))

I am guessing that when .xinitrc execute it goes in order from top to bottom and that synclient needs to be executed before fvwm.
I am not sure if it is safe/correct way to startx with fvwm || xterm in my .xinitrc
or copy /etc/X11/xinit/xinitrc file to ~/.xinitrc and edit there??
Reply With Quote