Difference between revisions of "Talk:Keyboard Layout Customization"
From NixOS Wiki
| Line 5: | Line 5: | ||
== xkbOptions or xkb.options? == | == xkbOptions or xkb.options? == | ||
<code>xkbOptions</code> does not show up in the [https://search.nixos.org/options?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=services.xserver.xkb official options search] anymore. It looks like it's replaced by <code>xkb.options</code>. Same is true for xkbVariant, xkbModel, etc. Should this be updated? --[[User:Backpackvacuum|Backpackvacuum]] ([[User talk:Backpackvacuum|talk]]) 20:49, 20 July 2024 (UTC) | <code>xkbOptions</code> does not show up in the [https://search.nixos.org/options?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=services.xserver.xkb official options search] anymore. It looks like it's replaced by <code>xkb.options</code>. Same is true for xkbVariant, xkbModel, etc. Should this be updated? --[[User:Backpackvacuum|Backpackvacuum]] ([[User talk:Backpackvacuum|talk]]) 20:49, 20 July 2024 (UTC) | ||
| + | |||
| + | == GNOME xkb.layout == | ||
| + | |||
| + | In GNOME <code>xkb.layout</code> value is not taken into account, unless you reset gsettings and restart your computer: | ||
| + | |||
| + | <code>gsettings reset org.gnome.desktop.input-sources sources</code> | ||
| + | |||
| + | Should it be added, or is that too specific? | ||
| + | |||
| + | [[User:l-monnier|l-monnier]] ([[User talk:l-monnier|talk]]) 20:33, 23 May 2025 (UTC) | ||
Latest revision as of 20:36, 23 May 2025
Key symbols reference broken
xorg.xproto seems not to exist anymore, so the command with nix-build --no-out-link '<nixpkgs>' -A xorg.xproto does not work anymore. Whats the correct replacement? --Itium (talk) 23:21, 9 January 2023 (UTC)
xkbOptions or xkb.options?
xkbOptions does not show up in the official options search anymore. It looks like it's replaced by xkb.options. Same is true for xkbVariant, xkbModel, etc. Should this be updated? --Backpackvacuum (talk) 20:49, 20 July 2024 (UTC)
GNOME xkb.layout
In GNOME xkb.layout value is not taken into account, unless you reset gsettings and restart your computer:
gsettings reset org.gnome.desktop.input-sources sources
Should it be added, or is that too specific?