Ich möchte das Programm 'arm -g' beim Hochfahren (von Fluxbox) automatisch starten, aber so dass das Fenster automatisch minimiert wird.
Fluxbox kennt die Befehle minimize und minimizewindow.
Vielen Dank für jeden Tip.
Ich antworte mir selbst. Mithilfe dieser Seite (http://fluxbox.org/help/man-fluxbox-apps.php) habe ich das folgende statement in den apps file in ~./fluxbox eingefügt:
[app] (title=garm)
[Layer] {2}
[Position] (WINCENTER) {0 0}
[Minimized] {yes}
[Sticky] {yes}
[end]
Fluxbox ist noch viel besser und einfacher, als ich gedacht habe :)