[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48892] [PATCH] gnu: Add xkbset.
From: |
Ludovic Courtès |
Subject: |
[bug#48892] [PATCH] gnu: Add xkbset. |
Date: |
Tue, 08 Jun 2021 23:23:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
"Paul A. Patience" <paul@apatience.com> skribis:
> From 59a4d628e2179c8a768c7fdf5401f2f8193c6893 Mon Sep 17 00:00:00 2001
> From: "Paul A. Patience" <paul@apatience.com>
> Date: Mon, 7 Jun 2021 08:34:43 -0400
> Subject: [PATCH] gnu: Add xkbset.
>
> * gnu/packages/xorg.scm (xkbset): New variable.
This should go to xdisorg.scm (xorg.scm is for packages distributed by
the X.org project).
> + (synopsis "User-preference utility for XKB extensions for X")
> + (description
> + "This is a program to help manage many of the XKB features of the X
> +Window System. This includes such features as MouseKeys, AccessX,
> +StickyKeys, BounceKeys, and SlowKeys. It includes a GUI program to help
> +with MouseKeys-acceleration management.")
‘guix lint’ complains about two-spaces-after-period issues. :-)
Also, s/GUI program/graphical program/ ?
Could you send an updated patch? This should be the last one!
Thanks,
Ludo’.