Keyboard layouts - #2573
Open
krakotay wants to merge 11 commits into
Open
Conversation
Add input source switching with persistent layout rotation, refresh keyboard layout clients on state changes, and support keycode shortcuts. Preserve lock modifier state when reloading XKB configuration.
(i'll remove it if be merged)
This was referenced Jul 15, 2026
They seem to always fail anyways and it has no negative effect as far as I can tell
Other service supervisors implement systemd's readiness notification protocol. For example, s6 implements it with the s6-notify-fd-from-socket[1] program. libsystemd::daemon::notify already checks for NOTIFY_SOCKET being set, which should be sufficient to tell if systemd-style readiness notification is wanted. Link: https://skarnet.org/software/s6/s6-notify-fd-from-socket.html [1]
We were just running whatever was given on the command line as the kiosk command, which meant that if --no-xwayland was given, we'd try execing --no-xwayland. Preserve the processed command line from the option parser, and run only what's left over as the kiosk command to fix this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is part of two other PRs
cosmic-settings PR
cosmic-settings-daemon PR
Together, they make it possible to bind modifier-only keyboard shortcuts, such as changing the input source with Alt+Shift, Ctrl+Shift, Super+Shift, or even Caps Lock.