Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/openvpn-i686/custom-files/fluxbox/startup

Parent Directory Parent Directory | Revision Log Revision Log


Revision 582 - (hide annotations) (download)
Sat Oct 13 11:42:09 2007 UTC (16 years, 7 months ago) by niro
File size: 1073 byte(s)
-added openvpn profile

1 niro 582 # fluxbox startup-script:
2     #
3     # Lines starting with a '#' are ignored.
4    
5     # You can set your favourite wallpaper here if you don't want
6     # to do it from your style.
7     #
8     # bsetbg -f ~/pictures/wallpaper.png
9     #
10     # This sets a black background
11     #/usr/bin/bsetroot -solid black
12    
13     # This shows the fluxbox-splash-screen
14     # fbsetbg -C /usr/share/fluxbox/splash.jpg
15    
16     # Other examples. Check man xset for details.
17     #
18     # Turn off beeps:
19     # xset -b
20     #
21     # Increase the keyboard repeat-rate:
22     # xset r rate 195 35
23     #
24     # Your own fonts-dir:
25     # xset +fp /home/tjoke/.font
26     #
27     # Your favourite mouse cursor:
28     # xsetroot -cursor_name right_ptr
29     #
30     # Change your keymap:
31     # xmodmap ~/.Xmodmap
32    
33    
34    
35     # Applications you want to run with fluxbox.
36     # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
37     #
38     # unclutter -idle 2 &
39     # wmnd &
40     # wmsmixer -w &
41     /usr/bin/fluxbox-generate_menu_custom
42     idesk &
43    
44     # And last but not least we start fluxbox.
45     # Because it is the last app you have to run it with ''exec'' before it.
46     exec /usr/bin/fluxbox
47     # or if you want to keep a log:
48     # exec /usr/bin/fluxbox -log ~/.fluxbox/log

Properties

Name Value
svn:executable *