Project

General

Profile

Actions

Nxinit

Startup sequence

 startx ^ xserverrc ^ xinit || { X, xinitrc }
                                       |
 /-------------------------------------/
 \-> xinitrc ^ nxinit ^ dbus-launch ^ nxinit [^ ck-launch-session ^ nxinit] || { [@$keyring], [!$randr], [$randrd], [$compositor], [!xrdb], [!$font_init] } ^ nxls
                                                                                                                                                               |
 /-------------------------------------------------------------------------------------------------------------------------------------------------------------/
 \-> nxls || { $wm, [!$wm_check], [$keybinder], [$status] }
 ^      execs into
 ||     runs in backgrouns
 {}     group
 []     optional
 $TYPE  a program of type TYPE
 !      wait 
 @      wait until daemonized

Propsed process tree

 xinit
   |- X
   \- nxls
       |  dbus
       |  [consolekit]
       |- [keyring]
       |- [compositor]
       |- [randrd]
       |- wm
       |- [keybinder]
       |- [status]

Updated by Stefan Mark almost 5 years ago · 1 revisions