diff options
Diffstat (limited to 'data/startup.in')
-rw-r--r-- | data/startup.in | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/data/startup.in b/data/startup.in new file mode 100644 index 0000000..492c06e --- /dev/null +++ b/data/startup.in | |||
@@ -0,0 +1,49 @@ | |||
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 | |||
12 | @pkgbindir@/bsetroot -solid black | ||
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/.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 | # 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 | |||
47 | exec @pkgbindir@/fluxbox | ||
48 | # or if you want to keep a log: | ||
49 | # exec @pkgbindir@/fluxbox -log ~/.fluxbox/log \ No newline at end of file | ||