gnu: i3-wm: Epand description.
* gnu/packages/wm.scm (i3-wm)[description]: Describe more.
This commit is contained in:
parent
231908d9ad
commit
71a5da8e11
|
@ -223,10 +223,16 @@ commands would.")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("docbook-xsl" ,docbook-xsl)))
|
("docbook-xsl" ,docbook-xsl)))
|
||||||
(home-page "https://i3wm.org/")
|
(home-page "https://i3wm.org/")
|
||||||
(synopsis "Improved tiling window manager")
|
(synopsis "Tiling window manager")
|
||||||
(description "A tiling window manager, completely written
|
(description "i3 is a tiling X11 window manager that dynamically manages
|
||||||
from scratch. i3 is primarily targeted at advanced users and
|
tiled, stacked, and tabbed window layouts.
|
||||||
developers.")
|
|
||||||
|
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)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public i3blocks
|
(define-public i3blocks
|
||||||
|
|
Loading…
Reference in New Issue