• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

themes/H28-Apr-2012-49,01342,296

AUTHORSH A D28-Apr-201278 42

COPYINGH A D28-Apr-201234.3 KiB675553

ChangeLogH A D28-Apr-201236.9 KiB1,537879

INSTALLH A D28-Apr-201215.4 KiB371288

Makefile.amH A D28-Apr-2012549 2214

Makefile.inH A D28-Apr-201222.9 KiB728635

READMEH A D28-Apr-20122.1 KiB8964

TODOH A D28-Apr-201297 74

aclocal.m4H A D28-Apr-201225.5 KiB725639

config.h.inH A D28-Apr-2012625 2617

configureH A D28-Apr-2012115.7 KiB3,7453,029

configure.acH A D28-Apr-20122.4 KiB110104

install-shH A D28-Apr-201213.7 KiB528351

missingH A D28-Apr-201210.1 KiB332243

README

1xfwm4
2
3TODO: Write this file !
4
5What it does already :
6
7- It's based on gtk-2.0
8- It uses pango for font rendering, so it handles plenty of characters
9sets and can use aa text if GDK_USE_XFT is set
10- It implements both GNOME and NET standards, so you can play with
11GNOME, Xfce and KDE all at the same time.
12- It looks pretty cool and run fairly fast, at least on the systems I've
13tested
14- It's stable, I switched both at work and at home and I didn't
15encounter a crash for a loooong time. However, don't sue me if you run
16it and loose the work that should have been done for yesterday ;-)
17
18What it doesn't do
19
20- No task list, no icons. Use either kicker from KDE or panel from GNOME
21if you want this. Later, a separate task manager will be added, so it's
22not a feature that is missing in xfwm4, it will simply be a separate
23application...
24
25What it doesn't do yet :
26
27Xinerama, session management.
28
29To test it :
30
311) Make sure you have GTK-2.0 installed on your system (get it from
32http://www.gtk.org), including pkg-config, pango, atk, glib-2.0.1 and
33gtk-2.0.2
34
352) Retrieve xfwm4's sources
36# cvs -d:pserver:anonymous@cvs.xfce.sf.net:/cvsroot/xfce login
37# cvs -d:pserver:anonymous@cvs.xfce.sf.net:/cvsroot/xfce co
38xfce-devel/xfwm4
39
403) Compile xfwm4
41
42cd xfce-devel/xfwm4
43./configure && make && make install-strip
44
45Note that the install procedure is not optimum yet, so it's safer to let
46configure install it in /usr/local
47
484) For best results, copy xfce-devel/xfwm4/example.xfwm4rc to
49$HOME/.xfwm4rc and example.gtkrc-2.0 to $HOME/.gtkrc-2.0
50
515) edit $HOME/.xfwm4rc and set the options according to your taste. The
52file is quite self explanatory, however, one cool feature you can test
53is themes.
54
55theme=/usr/local/share/xfwm4/themes/<theme>
56
57where <theme> can be :
58
59agua
60coldsteel
61cruxish
62gtk
63kde
64next
65oroborus
66platinum
67redmond
68redmondxp
69slimline
70xfce
71
72You can also choose what buttons are visible and where they are located
73
74# button_layout :
75#    O = Option menu
76#    T = Stick
77#    H = hide
78#    S = shade
79#    M = maximize
80#    C = close
81#    | = title
82
83The default is
84
85button_layout=OT|SHMC
86theme=kde
87
88
89