Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 588 - (show annotations) (download)
Sun Oct 14 13:10:00 2007 UTC (16 years, 6 months ago) by niro
File size: 1104 byte(s)
-added white background

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

Properties

Name Value
svn:executable *