-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
composeIndicates a need for improvements or additions to Compose handlingIndicates a need for improvements or additions to Compose handling
Description
Description
A system wide (as opposed to per user) .XCompose file. For example /etc/.XCompose.
This would allow for the typical triplet of lookup paths:
- vendor-provided ones in
/usr/share/X11/xkb](/usr/share/X11/locale/\[locale\]/Compose), - system-specific ones in
/etc/.XCompose, and - user-specific ones in
~/.XCompose¹.
Rationale for the inclusion in this project
Right now, there is the vendor supplied (and locale dependent) Compose file, and a per-user .XCompose file to overwrite or extend the vendor one, but there is no method to deploy an .XCompose file for the whole system, which would make the same compose sequences available to all users on the same system.
¹ see also: https://xkbcommon.org/doc/current/group__compose.html#ga69376b0303c6ac0c17468e0c215a872e for a more detailed description.
Metadata
Metadata
Assignees
Labels
composeIndicates a need for improvements or additions to Compose handlingIndicates a need for improvements or additions to Compose handling