Verzeichnisse - Dateien
Konfigurationsdateien anpassen
sonstiges
Der Fenster-Manager fvwm
Wegweiser zur Installation & Konfiguration
Fvwm
Konfiguration von fvwm2
Konfiguration von fvwm
Beispiel .fvwm2rc
Beispiel .fvwm2rc
Datei / Verzeichnis | Beschreibung |
---|---|
/usr/lib/X11/fvwm2 | ModulePath |
/usr/share/X11/fvwm2/pixmaps | IconPath |
/usr/include/X11/pixmaps | ImagePath |
/usr/share/icons | IconPath |
/etc/X11/fvwm2/system.fvwm2rc | Grundkonfiguration Systemweit |
~/.fvwm2rc | Benutzerdefinierte Konfiguration, Systemweite Konfiguration wird mit dieser Datei überschrieben |
- RGB Farbnamen anzeigen
showrgb | more
darkslategray
darkslateblue
darkolivegreen
slateblue
brown
orangered
black
lightpink
red
wheat
maroon
violet
Parameter | Beschreibung |
---|---|
IconBox +55 +85 +130 +480 | Größe der IconLeiste und Lage |
xterm Parameter | |
-geometry 80x45+0+100 | Fenstergröße und Position 80x45 groß, links oben (+0) 100 von der linken Kante (+100) , rechts unten (-0) |
-fg white | Schriftfarbe |
-bg black | Hintergrundfarbe |
-fn 7x13bold | Fontgröße |
-sb | mit Scrollbalken |
-title "xterm" | Text in Titelleiste |
-e <Befehl> | angegebenen Befehl ausführen |
Einstellungen system.fvwm2rc oder .fvwm2rc
# Farben einstellen Style "*" Color White/Midnightblue HilightColor White Red WindowFont -adobe-helvetica-bold-r-normal-*-*-120-*
Anzahl virtueller Desktops festlegen, im Beispiel 2x3
# Virtuellen Desktop konfigurieren DeskTopSize 3x2 AddToFunc InitFunction "I" Module FvwmPager 0 0 Style "FvwmPager" Sticky, NoTitle, WindowListSkip *FvwmPagerGeometry -10 -10 EdgeScroll 100 100
- Menü Button hinzufügen
# /etc/X11/fvwm2/system.fvwm2rc ... #buttonbar menu ... AddToMenu barosopopup "Menü Button" Title + "xterm rechts" Exec exec xterm -geometry 79x45+0+100 -fg black -bg white & + "xterm links" Exec exec xterm -geometry 79x45-0+100 -fg white -bg black & + "xterm Root" Exec exec xterm -geometry 79x45-0+100 -fg white -bg red -e su - ... #Menu: Work ... AddToFunc barosopopupfunc + "I" Popup barosopopup ... *FvwmButtons (Title "Menü Button", Icon Monitor.xpm, Action (Mouse 0) Function barosopopupfunc) ...
xterm -sb -sl 500 -j -ls -fn 10x20 &
- externe SSH Shell
xterm -display 192.168.0.1:0.0