Gentoo Archives: gentoo-user

From: Carlos Hendson <skyclan@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recommend a good replacement for XFCE?
Date: Sat, 24 Sep 2016 06:21:27
Message-Id: 1474698069.1197.3.camel@gmx.net
In Reply to: Re: [gentoo-user] Recommend a good replacement for XFCE? by waltdnes@waltdnes.org
1 On Sat, 2016-09-24 at 01:52 -0400, waltdnes@××××××××.org wrote:
2 > On Fri, Sep 23, 2016 at 11:45:26PM +0000, Grant Edwards wrote
3 >
4 > > Would anybody care to make a recommendation?
5 >
6 >   How about ditching "Desktop Environment" altogether and using a
7 > "Window Manager" instead?  I use ICEWM.  It has to be configured with
8 > a
9 > text editor, but you can then set it and forget it.
10
11 If using a Window Manager fits, awesome is worth a mention.
12
13 https://awesomewm.org/
14
15 * Very stable, fast and small codebase and footprint;
16 * First window manager using asynchronous XCB library instead of the
17 old synchronous Xlib: make awesome less subject to latency than many
18 window managers;
19 * Very well documented source code and API;
20 * No mouse needed: everything can be performed with keyboard;
21 * Real multihead support (XRandR, Xinerama or Zaphod mode) with per
22 screen desktops (tags);
23 * Implement many Freedesktop standards: EWMH, XDG Base Directory,
24 XEmbed, Desktop Notification, System Tray;
25 * Doesn't distinguish between layers: there is no floating or tiled
26 layer;
27 * Use tags instead of workspaces: allow to place clients on several
28 tags, and display several tags at the same time;
29 * A lot of Lua extensions to add features: dynamic tagging, widget
30 feeding, tabs, layouts;
31 * D-Bus support;
32 And more.
33
34 Regards,
35 Carlos