From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] improvements to the lightweight desktop example Date: Tue, 21 Feb 2017 17:09:35 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgIdA-0001PA-By for guix-devel@gnu.org; Tue, 21 Feb 2017 17:09:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgId7-0002ui-5k for guix-devel@gnu.org; Tue, 21 Feb 2017 17:09:56 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53996) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgId7-0002u7-14 for guix-devel@gnu.org; Tue, 21 Feb 2017 17:09:53 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 690C37E202 for ; Tue, 21 Feb 2017 17:09:49 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I think we should remove xmonad from the lightweight-desktop OS declaration example. Xmonad is not "lightweight" in terms of disk space or bandwidth, since it requires GHC, which is 859 MiB uncompressed. Also, the i3 window manager is not very useful without dmenu and i3status, so I think we should add them. Leo Famulari (1): gnu: lightweight-desktop.tmpl: Remove xmonad and complete i3-wm. gnu/system/examples/lightweight-desktop.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.11.1