wok view pekwm/stuff/etc/pekwm/start @ rev 11681

Up: grep to 2.10. It depends on pcre.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 18 08:15:31 2012 -0500 (2012-02-18)
parents
children ff5fd8788cd9
line source
1 #!/bin/sh
2 # PekWM start file
3 # This file is a simple shell script; It gets run on pekwm startup, after
4 # the theme and all config has loaded if it is set executable
5 # (chmod +x start).
6 #
7 # This is different from ~/.xinitrc because a normal configuration of
8 # .xinitrc you'll run all commands, then launch the window manager last.
9 #
10 # It also gets re-run every time pekwm is restarted.
11 #
12 # As for it's usefulness, well, it's up to you. I actually set my background
13 # from my start file; since it runs after the theme gets loaded, this
14 # effectively overrides whatever's in the theme.
15 #
16 # There's probably a few other good uses for it, too. I mainly pushed for it
17 # because when I was doing fluxbox's docs, people used to complain that there
18 # wasn't one, and I wanted to avoid that for pekwm. ;) --eyez
20 # DBUS message bus (automount removables devices)
21 dbus-launch --exit-with-session &
23 #ivman
24 ivman &
26 # Start PCmanFM as deamon for Wallpaper and desktop icons.
27 pcmanfm -d &
29 # Start the panel.
30 lxpanel &
32 # start tint2 taskbar and system tray
33 #tint2 &
35 #start wbar launcher
36 # wbar -jumpf 0 -above-desk -pos top -nanim 3 -zoomf 3.5 -idist 10 -isize 20 -bpress -balfa 0 &
38 # Start Pacellite clipboard.
39 #parcellite &
41 # Desktop effects
42 #xcompmgr -c -r 10 &
44 # Set a background image using hsetroot (depends on imlib2).
45 #hsetroot -fill /usr/share/images/slitaz-background.png &
47 # Background color with xsetroot.
48 #xsetroot -solid "#222222" &
50 # Fix keyboard if special keys (Win or Super, Delete etc) are not automatically identified by Xvesa (also needs evdev)
51 # setxkbmap -model evdev &