Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 595 - (hide annotations) (download)
Mon Oct 15 00:08:36 2007 UTC (16 years, 7 months ago) by niro
File size: 1161 byte(s)
-fixed a typo

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 niro 588 /usr/bin/xsetroot -solid white
13 niro 595 /usr/bin/fbsetbg -c ~/.fluxbox/backgrounds/wallpaper.png
14 niro 582
15     # This shows the fluxbox-splash-screen
16     # fbsetbg -C /usr/share/fluxbox/splash.jpg
17    
18     # Other examples. Check man xset for details.
19     #
20     # Turn off beeps:
21     # xset -b
22     #
23     # Increase the keyboard repeat-rate:
24     # xset r rate 195 35
25     #
26     # Your own fonts-dir:
27     # xset +fp /home/tjoke/.font
28     #
29     # Your favourite mouse cursor:
30     # xsetroot -cursor_name right_ptr
31     #
32     # Change your keymap:
33     # xmodmap ~/.Xmodmap
34    
35    
36    
37     # Applications you want to run with fluxbox.
38     # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
39     #
40     # unclutter -idle 2 &
41     # wmnd &
42     # wmsmixer -w &
43     /usr/bin/fluxbox-generate_menu_custom
44     idesk &
45    
46     # And last but not least we start fluxbox.
47     # Because it is the last app you have to run it with ''exec'' before it.
48     exec /usr/bin/fluxbox
49     # or if you want to keep a log:
50     # exec /usr/bin/fluxbox -log ~/.fluxbox/log

Properties

Name Value
svn:executable *