Thread: OpenBSD xfce4
View Single Post
  #2   (View Single Post)  
Old 22nd June 2009
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by kaschei View Post
Hi to all. I just compile xfce4 and xdm on my openbsd box (4.4). So my question is how I can run it on boot time as my default window manager because I want starting BSD with GUI? I have been try to put startxfce4 in .xinitrc and then edit rc.conf (xdm_flags=YES) but this do not work

Thanks in advance.
To start xdm on the boot
Code:
echo "xdm_flags=    " /etc/rc.conf.local
To start xfce4 as your default WM you have to edit ~/.xsession as

Code:
#! /usr/bin
exec xfce4
.xinitrc is used when you start X server with startx!
Reply With Quote