summaryrefslogtreecommitdiff
path: root/README.md
blob: 56714b8e2db00b72d7766a8c44b92cbe1f4aacff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfwm4/COPYING)

xfwm4
====================

xfwm is the window manager for Xfce 

----

### Homepage

[xfwm4 documentation](https://docs.xfce.org/xfce/xfwm4/start)

### Changelog

See [NEWS](https://gitlab.xfce.org/xfce/xfwm4/-/blob/master/NEWS) for details on changes and fixes made in the current release.

### Source Code Repository

[xfwm4 source code](https://gitlab.xfce.org/xfce/xfwm4)

### Download A Release Tarball

[xfwm4 archive](https://archive.xfce.org/src/xfce/xfwm4)
    or
[xfwm4 tags](https://gitlab.xfce.org/xfce/xfwm4/-/tags)
### Installation

From source: 

    % cd xfwm4
    % ./autogen.sh
    % make
    % make install

From release tarball:

    % tar xf xfwm4-<version>.tar.bz2
    % cd xfwm4-<version>
    % ./configure
    % make
    % make install

### Reporting Bugs

Visit the [reporting bugs](https://docs.xfce.org/xfce/xfwm4/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.