| 
0
 | 
     1  | 
## composition manager
  | 
| 
 | 
     2  | 
xcompmgr &
  | 
| 
 | 
     3  | 
  | 
| 
 | 
     4  | 
## Set keyboard
  | 
| 
 | 
     5  | 
  | 
| 
 | 
     6  | 
XKBDIR="$HOME/.xkb"
  | 
| 
 | 
     7  | 
setxkbmap "fr_alt(bepo_prog)" -print | xkbcomp -I$XKBDIR - $DISPLAY
  | 
| 
 | 
     8  | 
  | 
| 
 | 
     9  | 
## Set background
  | 
| 
 | 
    10  | 
# xsetbg -fullscreen -onroot -border black themes/backgrounds/default.jpg
  | 
| 
 | 
    11  | 
# gnome-settings both set the background and the resolution
  | 
| 
 | 
    12  | 
gnome-settings-daemon
  | 
| 
 | 
    13  | 
  | 
| 
 | 
    14  | 
## Quick launcher
  | 
| 
 | 
    15  | 
synapse -s &
  | 
| 
 | 
    16  | 
# gdlinux
  | 
| 
 | 
    17  | 
  | 
| 
 | 
    18  | 
## Start a panel
  | 
| 
 | 
    19  | 
  | 
| 
 | 
    20  | 
# trayer doesn't set its strut correctly, bugging xmonad.
  | 
| 
 | 
    21  | 
# trayer --SetDockType true --SetPartialStrut true
  | 
| 
 | 
    22  | 
# gnome-panel 
  | 
| 
 | 
    23  | 
# fbpanel &
  | 
| 
 | 
    24  | 
avant-window-navigator &
  | 
| 
 | 
    25  | 
# dockx &
  | 
| 
 | 
    26  | 
  | 
| 
 | 
    27  | 
# autostart
  | 
| 
 | 
    28  | 
xdg-autostart Old GNOME
  | 
| 
 | 
    29  | 
  | 
| 
 | 
    30  | 
## Window manager
  | 
| 
 | 
    31  | 
# Can't get ride of the gnome-panel :(
  | 
| 
 | 
    32  | 
# exec gnome-session
  | 
| 
 | 
    33  | 
exec xmonad
  |