diff options
author | 宋文武 <[email protected]> | 2025-01-22 09:37:07 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:27 +0800 |
commit | f0e3e239893c4d018a22d98f02e70d358f3bd58a (patch) | |
tree | f5dd6d12c132cddcde936d8187ac14becd5f0494 /doc/guix.texi | |
parent | 2acfafffb246dedd6c2c4102a52ef795c9592629 (diff) |
gnu: xf86-input-keyboard: Remove Linux from supported systems.
* gnu/packages/xorg.scm (xf86-input-keyboard)[supported-systems]: New field.
(xpra)[inputs]: Remove xf86-input-keyboard.
* gnu/services/xorg.scm (%default-xorg-modules): Remove xf86-input-keyboard.
* doc/guix.texi (X Window)[%default-xorg-modules]: Replace xf86-input-keyboard
with xf86-input-libinput.
Change-Id: Ia0b5c0289aa83e3afa7e71bef1785d6bddf6f017
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b1b6d98e74..bb5f29277f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -24104,7 +24104,7 @@ SLiM@. Thus, the configuration of these display managers aggregates an @table @asis @item @code{modules} (default: @code{%default-xorg-modules}) This is a list of @dfn{module packages} loaded by the Xorg -server---e.g., @code{xf86-video-vesa}, @code{xf86-input-keyboard}, and so on. +server---e.g., @code{xf86-video-vesa}, @code{xf86-input-libinput}, and so on. @item @code{fonts} (default: @code{%default-xorg-fonts}) This is a list of font directories to add to the server's @dfn{font path}. |