guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] gnu: lightweight-desktop.tmpl: Remove xmonad and complete i3


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

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]