Gentoo Archives: gentoo-user

From: "Róbert Čerňanský" <openhs@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Small (as in footprint) window manager
Date: Sun, 02 Dec 2018 09:20:24
Message-Id: 20181202102013.13eac036.openhs@tightmail.com
In Reply to: Re: [gentoo-user] Small (as in footprint) window manager by Dale
1 On Sat, 1 Dec 2018 22:38:01 -0600
2 Dale <rdalek1967@×××××.com> wrote:
3
4 > Daniel Frey wrote:
5 > > I've been trying to clean up my machines (pruning world file, etc)
6 > > and am making progress.
7 > >
8 > > I ran into one issue, that being on my server (mythtv, file, etc) I
9 > > am normally in text/ssh mode but occasionally I need X for
10 > > something.
11 > >
12 > > Does anyone have suggestions for a small-footprint window manager (I
13 > > have no need for a full desktop environment) as twm is just fugly
14 > > and sometimes not intuitive. I also don't need a file manager as I
15 > > use Midnight Commander which works well for my needs. This all
16 > > stems from occasionally needing a gui for configuring mythtv or the
17 > > ability to have two shells open side by side.
18 > >
19 > > I am thinking others have most likely had this problem at some point
20 > > and have found something that's lightweight for this type of
21 > > purpose.
22 > >
23 > > Dan
24 > >
25 > >
26 >
27 >
28 > It's been a while but last I used Fluxbox, it was tiny.  If you just
29 > do a basic install, it isn't much to it.  Of course, it isn't feature
30 > rich either but it should run well on a low powered machine or
31 > consume very little resources on a bigger system.  I've got two
32 > fluxbox packages installed here.  Here is some info on them.
33 >
34 >
35 > root@fireball / # equery s x11-themes/fluxbox-styles-fluxmod
36 > x11-wm/fluxbox
37 >  * x11-themes/fluxbox-styles-fluxmod-20050128-r1
38 >          Total files : 1539
39 >          Total size  : 4.22 MiB
40 >
41 >  * x11-wm/fluxbox-1.3.7-r3
42 >          Total files : 339
43 >          Total size  : 3.89 MiB
44 > root@fireball / #
45
46 Windowmaker is also a good choice. I'm still using for main desktop.
47
48 $ equery s windowmaker
49 * x11-wm/windowmaker-0.95.8-r1
50 Total files : 495
51 Total size : 5.76 MiB
52
53 Or you may consider forwarding X to the machine you are connecting
54 from:
55
56 $ ssh -Y <server>
57
58 Then start whatever X application you need and it will be displayed on
59 your local machine. You do not need window manager on the server.
60
61 Robert
62
63
64 --
65 Róbert Čerňanský
66 E-mail: openhs@×××××××××.com
67 Jabber: hs@××××××.sk

Replies

Subject Author
Re: [gentoo-user] Small (as in footprint) window manager Mick <michaelkintzios@×××××.com>