View Single Post
Old 30th August 2010
klanger klanger is offline
Port Guard
 
Join Date: May 2010
Posts: 29
Default

Quote:
Originally Posted by aleunix View Post
I have done some small change on ~/.xinitrc:
Code:
xfce4-panel & pid=$!
{
  xfwm4 --compositor=off --daemon 
}
wait $pid
How?
Open terminal (or in console):
Code:
ee /home/yourusername/.xinitrc
copy above lines
hit esc and hit enter

reboot and startx or simply
Code:
pkill Xorg
and startx


I would also install xfce4-goodies for all xfce4 goodies
Reply With Quote