diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-15 00:04:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-18 00:47:02 +0100 |
commit | 71a5da8e116fab0610e6797acfc6eb84e1eefcf5 (patch) | |
tree | 2ce08edf63e3ff60e03dabc7b8b2cc2ce34bac56 /gnu/packages | |
parent | 231908d9adc1e1edc22940faf10a0aaf9610db14 (diff) | |
download | guix-71a5da8e116fab0610e6797acfc6eb84e1eefcf5.tar guix-71a5da8e116fab0610e6797acfc6eb84e1eefcf5.tar.gz |
gnu: i3-wm: Epand description.
* gnu/packages/wm.scm (i3-wm)[description]: Describe more.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/wm.scm | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index c577c4021c..554a14154c 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 |