From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/1] gnu: lightweight-desktop.tmpl: Remove xmonad and complete i3-wm. Date: Tue, 21 Feb 2017 17:09:36 -0500 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgIdA-0001PB-C0 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-0002un-64 for guix-devel@gnu.org; Tue, 21 Feb 2017 17:09:56 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:51044) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgId7-0002u9-1A 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 8F7017E354 for ; Tue, 21 Feb 2017 17:09:49 -0500 (EST) In-Reply-To: In-Reply-To: References: 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 * gnu/system/examples/lightweight-desktop.tmpl (packages): Remove xmonad. Add i3status and dmenu. --- gnu/system/examples/lightweight-desktop.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/system/examples/lightweight-desktop.tmpl b/gnu/system/examples/lightweight-desktop.tmpl index 131c43af7..39314c896 100644 --- a/gnu/system/examples/lightweight-desktop.tmpl +++ b/gnu/system/examples/lightweight-desktop.tmpl @@ -33,8 +33,8 @@ ;; Add a bunch of window managers; we can choose one at ;; the log-in screen with F1. - (packages (cons* ratpoison i3-wm xmonad ;window managers - nss-certs ;for HTTPS access + (packages (cons* ratpoison i3-wm i3status dmenu ;window managers + nss-certs ;for HTTPS access %base-packages)) ;; Use the "desktop" services, which include the X11 -- 2.11.1