guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: i3-wm: Epand description.


From: guix-commits
Subject: 03/10: gnu: i3-wm: Epand description.
Date: Sun, 17 Feb 2019 19:20:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 71a5da8e116fab0610e6797acfc6eb84e1eefcf5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 15 00:04:03 2019 +0100

    gnu: i3-wm: Epand description.
    
    * gnu/packages/wm.scm (i3-wm)[description]: Describe more.
---
 gnu/packages/wm.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c577c40..554a141 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -223,10 +223,16 @@ commands would.")
        ("libxml2" ,libxml2)
        ("docbook-xsl" ,docbook-xsl)))
     (home-page "https://i3wm.org/";)
-    (synopsis "Improved tiling window manager")
-    (description "A tiling window manager, completely written
-from scratch.  i3 is primarily targeted at advanced users and
-developers.")
+    (synopsis "Tiling window manager")
+    (description "i3 is a tiling X11 window manager that dynamically manages
+tiled, stacked, and tabbed window layouts.
+
+i3 primarily targets advanced users.  Windows are managed manually and 
organised
+inside containers, which can be split vertically or horizontally, and 
optionally
+resized.
+
+i3 uses a plain-text configuration file, and can be extended and controlled 
from
+many programming languages.")
     (license license:bsd-3)))
 
 (define-public i3blocks



reply via email to

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