diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-23 18:40:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-29 22:03:24 +0100 |
commit | 32008a75dc9f7584eb6c065e96fc6fcabafb312e (patch) | |
tree | b03489d5d004bc05f1ee9e616450c09f6076ac9d /gnu/packages/wm.scm | |
parent | ead48d05233af6c6ffea1338561a8189f81102ca (diff) | |
download | patches-32008a75dc9f7584eb6c065e96fc6fcabafb312e.tar patches-32008a75dc9f7584eb6c065e96fc6fcabafb312e.tar.gz |
gnu: spectrwm: Fix description.
* gnu/packages/wm.scm (spectrwm)[description]: Fix typo and use @dfn.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 62a5b54608..6912d6f2d9 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -785,8 +785,8 @@ It is inspired by Xmonad and dwm. Its major features include: @item Quick launch menu @item Many screen layouts possible with a few simple key strokes @item Move/resize floating windows -@item Extended Window Manager Hints (EWMH) support -@item Configureable tiling +@item Extended Window Manager Hints (@dfn{EWMH}) support +@item Configurable tiling @item Adjustable tile gap allows for a true one pixel border @item Customizable colors and border width @end itemize\n") |