http://gentoo-wiki.com/HOWTO_Fluxbox http://fluxbox.sourceforge.net/docbook/en/html/fluxbox-man.html http://fluxbox.sourceforge.net/docs/en/faq.php http://www.linuxforen.de/forums/showthread.php?t=149241 http://fluxbox.sourceforge.net/docbook/en/html/chap-slit.html 3 init anpassen Editieren der Datei ~/.fluxbox/init und zwar folgende Zeile anpassen: Code:
session.screen0.rootCommand: ~/fluxstartup.sh http://www.dockapps.org/ http://www.fluxbox.org/docbook/de/html/app-setup.html
http://www.linux.org/lessons/short/fluxbox/ http://fluxspace.sourceforge.net/
http://www.linuxguiden.no/index.php/Fluxbox
Kombination Gnome - Fluxbox, oder einfach "Gnome in a box"
http://linux.box.sk/newsread.php?newsid=1973
http://ubuntuforums.org/archive/index.php/t-6248.html
Mit "startx" von der Konsole (damit du direkt andere Programme mitstarten kannst). Dafür legst du in deinem Homeverzeichnis eine Datei .xinitrc an. Hier ein Beispiel wie sie aussehen könnte: Code: gkrellm & xmms &
Jetzt aenderst die Datei .fluxbox/init in deinem Homeverzeicniss so ab. Such in der init die Stelle mit session.screen0.rootCommand: da gibst jetzt den Pfad von dem script ein zB /home/elbiero/.fluxstart.sh. So jetzt startet er immer das script mit da kannst hinzufügen und aendern wast willst PS Esetroot is bei Eterm dabei. Eterm mit -g kannst die Geometrie festlegen wie gross es ist und an welcher Stelle er es plaziert. Idesk is für Icons ablegen Tschau El-Biero
- example: if we want on the fluxbox start also start xmms and xterm with
black background, the line in init file will look like this: session.screen0.rootCommand: xmms -p & xterm -fg white -bg black The 'init' config file contain all the basic settings.
In the '~/.fluxbox/keys' file we can set keyboard shortcuts and their functionalities:
Mod1 Tab :NextWindow
Mod1 in this file means that we want to modify pressing key Alt with the specified key that follows (Tab in this case, can be also Ctrl, Shift..), as well we can add single letters or F-keys F1-F12. Example: Mod1 Shift x :ExecCommand xchat After pressing the combination alt+shift+x irc client xchat will start.
Linux/MeineAnpassungen/FluxBox (last modified 2008-11-04 07:00:03)