aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-08 16:30:31 (GMT)
committerfluxgen <fluxgen>2003-12-08 16:30:31 (GMT)
commit39d33dcbb55e20c941006e85f50e79a9bd92ac23 (patch)
tree334c9a1141c7863f011dd32428d6030540b547ba /data
parentec965162536e52d5ec8d57e33692604059c8b08a (diff)
downloadfluxbox-39d33dcbb55e20c941006e85f50e79a9bd92ac23.zip
fluxbox-39d33dcbb55e20c941006e85f50e79a9bd92ac23.tar.bz2
removed
Diffstat (limited to 'data')
-rw-r--r--data/startup.in49
1 files changed, 0 insertions, 49 deletions
diff --git a/data/startup.in b/data/startup.in
deleted file mode 100644
index 492c06e..0000000
--- a/data/startup.in
+++ /dev/null
@@ -1,49 +0,0 @@
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
47exec @pkgbindir@/fluxbox
48# or if you want to keep a log:
49# exec @pkgbindir@/fluxbox -log ~/.fluxbox/log \ No newline at end of file