BSD-Wiki

Mitschrift einer FreeBSD-Installation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


fluxbox_startup

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

fluxbox_startup [2017/10/02 13:40] (aktuell)
Zeile 1: Zeile 1:
 +<​code>​
 +#!/bin/sh
 +#
 +# fluxbox startup-script:​
 +#
 +# Lines starting with a '#'​ are ignored.
 +
 +# Change your keymap:
 +xmodmap "/​home/​rakor/​.Xmodmap"​
 +
 +# Applications you want to run with fluxbox.
 +# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&''​ AT THE END.
 +#
 +# unclutter -idle 2 &
 +# wmnd &
 +# wmsmixer -w &
 +# idesk &
 +xscreensaver &
 +xterm -bg black -fg gray -e irssi &
 +conky &
 +
 +# And last but not least we start fluxbox.
 +# Because it is the last app you have to run it with ''​exec''​ before it.
 +
 +exec fluxbox
 +# or if you want to keep a log:
 +# exec fluxbox -log "/​home/​rakor/​.fluxbox/​log"​
 +</​code>​
  
fluxbox_startup.txt · Zuletzt geändert: 2017/10/02 13:40 (Externe Bearbeitung)

Impressum